Made link colors for dark mode look more pleasant

This commit is contained in:
Zeckmathederg 2024-05-18 05:38:00 -06:00
parent 1fdb22c60a
commit 256183e6da
2 changed files with 10 additions and 10 deletions

View File

@ -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 */

View File

@ -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 */