From dbb9f4f00e7c940ff034e7027e554e25af38e7db Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Tue, 12 Nov 2019 10:06:02 +0100 Subject: Use brighter text in location bar for gopher:// --- css/main.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'css') diff --git a/css/main.scss b/css/main.scss index f746fa1..a6b1ee9 100644 --- a/css/main.scss +++ b/css/main.scss @@ -2,7 +2,7 @@ $accent: scale-color(#e8ad58, $lightness: 30%); $background: hsl(210, 14%, 9%); $text: mix(hsl(210, 60%, 95%), $background, 85%); $text-minus: mix(hsl(210, 100%, 95%), $background, 60%); -$text-faint: mix(hsl(210, 100%, 95%), $background, 35%); +//$text-faint: mix(hsl(210, 100%, 95%), $background, 35%); $text-plus: #fff; $link-idle: $text-plus; $link-visited: $text; @@ -111,7 +111,7 @@ strong { .header { padding: .9em 1em; - color: $text-faint; + color: $text-minus; } // @@ -124,11 +124,10 @@ strong { text-overflow: ellipsis; text-overflow: ellipsis '|'; margin-right: .5em; - color: $text-faint; &__prefix { margin-right: .3em; - color: $text-faint; + color: $text-minus; @media (hover: hover) { &:hover { -- cgit v1.2.3-54-g00ecf