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