From 8518c3ce41a3bca320ead858cfa194e9ab26e279 Mon Sep 17 00:00:00 2001 From: Greenscreener Date: Wed, 7 Oct 2020 12:29:01 +0200 Subject: [PATCH] Unified darkmode and footer link colour. --- themes/patek/assets/css/main.scss | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/themes/patek/assets/css/main.scss b/themes/patek/assets/css/main.scss index 2058b9c..eb28dd2 100644 --- a/themes/patek/assets/css/main.scss +++ b/themes/patek/assets/css/main.scss @@ -1,6 +1,7 @@ // Bulma customization $primary: #0b2a37; +$link-light: #2EA1FF; // /Bulma customization @@ -147,7 +148,7 @@ a { color: $primary-invert; } a { - color: #73A0E7; + color: $link-light; &:hover { color: white; } @@ -156,7 +157,7 @@ a { a { color: white; &:hover { - color: #73A0E7; + color: $link-light; } } } @@ -216,9 +217,9 @@ h2 a { background-color: $black-ter; color: white; a { - color: $link; + color: $link-light; &:hover { - color: lighten($link, 30) !important; + color: white !important; } } } @@ -234,7 +235,8 @@ h2 a { .pagination-link { color: white; &.is-current { - color: white; + color: black; + background-color: $link-light; } } .has-text-grey {