Skip to content

Commit

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

* reduce eyestrain in dark mode with reduced contrast and saturation

* feat: readjusted saturation

---------

Co-authored-by: Curtis Bangert <[email protected]>
(cherry picked from commit 97c7d2c)

Co-authored-by: codecae <[email protected]>
  • Loading branch information
2 people authored and utkarsharma2 committed Oct 24, 2024
1 parent 0d41c12 commit 4039b42
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 4039b42

Please sign in to comment.