Browse Source

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.
merge-requests/75/head
Deimos 5 years ago
parent
commit
69c07cd812
  1. 1
      tildes/scss/themes/_solarized.scss

1
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,
);

Loading…
Cancel
Save