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