mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-13 10:13:31 -06:00
Colorize tags (span children) in blue
This commit is contained in:
@@ -125,9 +125,13 @@ hr {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
article a {
|
// Link colors within articles generally, or direct children of span
|
||||||
|
article,
|
||||||
|
span > {
|
||||||
|
a {
|
||||||
color: #90bcff;
|
color: #90bcff;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
font-size: 1.5em;
|
font-size: 1.5em;
|
||||||
|
|||||||
Reference in New Issue
Block a user