Using the same color for text and add shadow

This commit is contained in:
Blade of Darkness 2021-01-12 01:27:42 +01:00
parent a95523e56a
commit 336e75680c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ul{margin:0; padding:0}
/* Text */
body, a{color:#de3247; text-shadow: 0 0 2px #fff, 0 1px 1px #000}
#mw-content-wrapper a, .highlight{color:#fff}
#mw-content-wrapper a, .highlight{text-shadow: 1px 1px 2px #fff}
/* Anchor */
a{text-decoration:none}