Indirect link tag descendant color CSS

This commit is contained in:
2024-05-24 01:10:38 -05:00
parent 132e94548c
commit eeff80e88c

View File

@@ -142,10 +142,10 @@ hr {
// Link colors within articles generally, or direct children of span
article,
span {
&.tags > a {
&.tags a {
color: #a8cbff;
}
> a {
a {
color: #90bcff;
}
}