This is an automated email from the ASF dual-hosted git repository.

bbovenzi pushed a commit to branch v2-10-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v2-10-test by this push:
     new 2fe2a7d85a reduce eyestrain in dark mode with reduced contrast and 
saturation (#42567) (#42583)
2fe2a7d85a is described below

commit 2fe2a7d85a2c0713809f30e98200d516fca0e488
Author: Pierre Jeambrun <[email protected]>
AuthorDate: Mon Sep 30 23:37:46 2024 +0800

    reduce eyestrain in dark mode with reduced contrast and saturation (#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 97c7d2c23d73985b2f7956160f00b879b90ef6d8)
    
    Co-authored-by: codecae <[email protected]>
---
 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 921d795b96..94e1ee5887 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 */

Reply via email to