From 01a87430347fc64c761cdd3e4bae17e6b10849bd Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 18 Dec 2020 09:44:31 -0600 Subject: [PATCH] Fix non-visited link colors for light theme --- src/stylus/theme.styl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/stylus/theme.styl b/src/stylus/theme.styl index 252e5af..9de1555 100644 --- a/src/stylus/theme.styl +++ b/src/stylus/theme.styl @@ -29,7 +29,8 @@ theme-colors = { icon-shadow: #fff, input-bg: rgba(0, 0, 0, 0.08), input-hover-bg: rgba(0, 0, 0, 0.16), - link-visited-fg: #333, + link-visited-fg: #666, + link-fg: #000, } :root @@ -42,7 +43,6 @@ theme-colors = { --button-bg var(--input-bg) --button-hover-bg var(--input-hover-bg) --button-focus-bg var(--input-bg) - --link-fg var(--fg) light-theme = for k, v in light-syntax