From 69c07cd8126d0748e12a3c238a9f0082f62fdab1 Mon Sep 17 00:00:00 2001 From: Deimos Date: Fri, 26 Jul 2019 21:20:26 -0600 Subject: [PATCH] Solarized Light: Fix color for linked-to comment Happened because I changed the "warning" color for this theme to orange instead of yellow, which conflicts with the stripe for new comments. --- tildes/scss/themes/_solarized.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/tildes/scss/themes/_solarized.scss b/tildes/scss/themes/_solarized.scss index 548e5d2..4cf6d84 100644 --- a/tildes/scss/themes/_solarized.scss +++ b/tildes/scss/themes/_solarized.scss @@ -77,6 +77,7 @@ $solarized-light: ( "foreground-highlight": $fg-darkest, "foreground-primary": $fg-dark, "foreground-secondary": $fg-lightest, + "stripe-target": $yellow, "warning": $orange, );