Skip to content

Commit

Permalink
Merge pull request #687 from openSUSE/color-contrast-screen
Browse files Browse the repository at this point in the history
Raise color contrast in screen
  • Loading branch information
tomschr authored Mar 4, 2025
2 parents 6408fbf + b009bc7 commit a93c9a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ article
background-color: unset
box-sizing: border-box
//color: $c_pine
color: $c_mint_60
color: $c_white
display: block
font: normal 13px $f_mono
line-height: 125%
Expand Down
2 changes: 1 addition & 1 deletion suse2022-ns/static/css/style-new.css
Original file line number Diff line number Diff line change
Expand Up @@ -2988,7 +2988,7 @@ article a:hover code {
.verbatim-wrap > pre {
background-color: unset;
box-sizing: border-box;
color: #c7f1e3;
color: white;
display: block;
font: normal 13px "Roboto Mono", "RobotoMono", "DejaVu Sans Mono", "DejaVuSansMono", "Menlo", "Andale Mono", monospace;
line-height: 125%;
Expand Down
2 changes: 1 addition & 1 deletion suse2022-ns/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -3242,7 +3242,7 @@ article a:hover code {
.verbatim-wrap > pre {
background-color: unset;
box-sizing: border-box;
color: #c7f1e3;
color: white;
display: block;
font: normal 13px "Roboto Mono", "RobotoMono", "DejaVu Sans Mono", "DejaVuSansMono", "Menlo", "Andale Mono", monospace;
line-height: 125%;
Expand Down

0 comments on commit a93c9a1

Please sign in to comment.