mirror of
https://github.com/lupyuen/lupyuen.github.io.git
synced 2025-01-13 02:08:32 +08:00
Darker Link for Light CSS. Lighter Link for Dark CSS.
This commit is contained in:
parent
9d61e14620
commit
0ba35fee91
2 changed files with 2 additions and 2 deletions
2
dark.css
2
dark.css
|
@ -293,7 +293,7 @@ nav.main .separator {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #ddd;
|
color: #88e;
|
||||||
}
|
}
|
||||||
|
|
||||||
.docblock:not(.type-decl) a:not(.srclink):not(.test-arrow),
|
.docblock:not(.type-decl) a:not(.srclink):not(.test-arrow),
|
||||||
|
|
|
@ -285,7 +285,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #000;
|
color: #66c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.docblock:not(.type-decl) a:not(.srclink):not(.test-arrow),
|
.docblock:not(.type-decl) a:not(.srclink):not(.test-arrow),
|
||||||
|
|
Loading…
Reference in a new issue