CSS: enhance links' contrast

This commit is contained in:
Théophile Bastian 2020-10-22 23:13:05 +02:00
parent 2140694de7
commit e9b92f527b
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// vim: tabstop=2 shiftwidth=2 expandtab // vim: tabstop=2 shiftwidth=2 expandtab
$bg_color: #010018; $bg_color: #010018;
$link_color: #2081c8; $link_color: #6ec1e1;
$fg_color: #e4e4e4; $fg_color: #e4e4e4;
$title_base_color: #ffc467; $title_base_color: #ffc467;
$title_h1_color: lighten($title_base_color, 0%); $title_h1_color: lighten($title_base_color, 0%);

View File

@ -144,7 +144,7 @@ body {
#foot > div { #foot > div {
margin: 0 15px; } } margin: 0 15px; } }
a, a:visited { a, a:visited {
color: #2081c8; color: #6ec1e1;
text-decoration: none; } text-decoration: none; }
ul { ul {