From bece698b88b1b4c396ae95f9049e1fbd3acbdcc3 Mon Sep 17 00:00:00 2001 From: codecae Date: Mon, 30 Sep 2024 10:01:35 -0400 Subject: [PATCH] reduce eyestrain in dark mode with reduced contrast and saturation (#42567) * reduce eyestrain in dark mode with reduced contrast and saturation * feat: readjusted saturation --------- Co-authored-by: Curtis Bangert --- airflow/www/static/css/bootstrap-theme.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airflow/www/static/css/bootstrap-theme.css b/airflow/www/static/css/bootstrap-theme.css index 921d795b96b12..94e1ee5887715 100644 --- a/airflow/www/static/css/bootstrap-theme.css +++ b/airflow/www/static/css/bootstrap-theme.css @@ -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 */