Skip to content

Commit

Permalink
Make links in announcements nicer to look at
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Sep 19, 2021
1 parent b5aa88b commit 308381e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/furo/assets/styles/_scaffold.sass
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,14 @@ article
white-space: nowrap
text-align: center

a
color: var(--color-announcement-text)
text-decoration-color: var(--color-announcement-text)

&:hover
color: var(--color-announcement-text)
text-decoration-color: var(--color-link--hover)

////////////////////////////////////////////////////////////////////////////////
// Toggles for theme
////////////////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit 308381e

Please sign in to comment.