mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Made link colors for dark mode look more pleasant
This commit is contained in:
parent
1fdb22c60a
commit
256183e6da
@ -12,11 +12,11 @@ body {
|
||||
|
||||
|
||||
/* Links */
|
||||
a:link { color: #44d; }
|
||||
a.ulink:link { font-weight: bold; color: #77f; }
|
||||
a:visited { color: #9e69a8 ! important; }
|
||||
a:hover, a:focus { color: #f32e28 ! important; }
|
||||
a:active { color: #8b97d1 ! important;}
|
||||
a:link { color: #62a5d8; }
|
||||
a.ulink:link { font-weight: bold; color: #68abde; }
|
||||
a:visited { color: #c792d4 ! important; }
|
||||
a:hover, a:focus { color: #f35d2a ! important; }
|
||||
a:active { color: #9ea8db ! important;}
|
||||
|
||||
|
||||
/* Book titlepage */
|
||||
|
@ -12,11 +12,11 @@ body {
|
||||
|
||||
|
||||
/* Links */
|
||||
a:link { color: #44d; }
|
||||
a.ulink:link { font-weight: bold; color: #77f; }
|
||||
a:visited { color: #9e69a8 ! important; }
|
||||
a:hover, a:focus { color: #f32e28 ! important; }
|
||||
a:active { color: #8b97d1 ! important;}
|
||||
a:link { color: #62a5d8; }
|
||||
a.ulink:link { font-weight: bold; color: #68abde; }
|
||||
a:visited { color: #c792d4 ! important; }
|
||||
a:hover, a:focus { color: #f35d2a ! important; }
|
||||
a:active { color: #9ea8db ! important;}
|
||||
|
||||
|
||||
/* Book titlepage */
|
||||
|
Loading…
Reference in New Issue
Block a user