Skip to content

Commit

Permalink
reduce eyestrain in dark mode with reduced contrast and saturation (a…
Browse files Browse the repository at this point in the history
…pache#42567)

* reduce eyestrain in dark mode with reduced contrast and saturation

* feat: readjusted saturation

---------

Co-authored-by: Curtis Bangert <[email protected]>
  • Loading branch information
2 people authored and ellisms committed Nov 13, 2024
1 parent 72dc70a commit bece698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion airflow/www/static/css/bootstrap-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ html {
-webkit-text-size-adjust: 100%;
}
html[data-color-scheme="dark"] {
filter: invert(100%) hue-rotate(180deg);
filter: invert(100%) hue-rotate(180deg) saturate(90%) contrast(85%);
}

/* Default icons to not display until the data-color-scheme has been set */
Expand Down

0 comments on commit bece698

Please sign in to comment.