Skip to content

Commit

Permalink
Resolve outstanding colour contrast warnings on Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
pradyunsg committed Jan 30, 2024
1 parent 5859a3f commit 49b03be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/furo/assets/styles/base/_screen-readers.sass
Expand Up @@ -8,6 +8,8 @@
clip: rect(0,0,0,0) !important
white-space: nowrap !important
border: 0 !important
color: var(--color-foreground-primary)
background: var(--color-background-primary)

:-moz-focusring
outline: auto
2 changes: 1 addition & 1 deletion src/furo/assets/styles/variables/_colors.scss
Expand Up @@ -12,7 +12,7 @@
// Base Colors
--color-foreground-primary: black; // for main text and headings
--color-foreground-secondary: #5a5c63; // for secondary text
--color-foreground-muted: #646776; // for muted text
--color-foreground-muted: #6B6F76; // for muted text
--color-foreground-border: #878787; // for content borders

--color-background-primary: white; // for content
Expand Down

0 comments on commit 49b03be

Please sign in to comment.