From e9b92f527bb76ecc817bd3f3c81635437371f733 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Bastian?= Date: Thu, 22 Oct 2020 23:13:05 +0200 Subject: [PATCH] CSS: enhance links' contrast --- scss/_params.scss | 2 +- static/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/_params.scss b/scss/_params.scss index fdddb5e..9a0d264 100644 --- a/scss/_params.scss +++ b/scss/_params.scss @@ -1,7 +1,7 @@ // vim: tabstop=2 shiftwidth=2 expandtab $bg_color: #010018; -$link_color: #2081c8; +$link_color: #6ec1e1; $fg_color: #e4e4e4; $title_base_color: #ffc467; $title_h1_color: lighten($title_base_color, 0%); diff --git a/static/css/style.css b/static/css/style.css index 95a9fc1..f70f01a 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -144,7 +144,7 @@ body { #foot > div { margin: 0 15px; } } a, a:visited { - color: #2081c8; + color: #6ec1e1; text-decoration: none; } ul {