[gnome-weather/wip/ewlsh/gtk4] css: Adjust forecast text color



commit ef602e7933af3eafe3b69aad06aba341f262bf80
Author: Christopher Davis <christopherdavis gnome org>
Date:   Tue Feb 15 17:30:16 2022 -0800

    css: Adjust forecast text color
    
    Use a much darker yellow in order to have better contrast
    in light mode.

 data/style.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/data/style.css b/data/style.css
index 71ed1dd..02a4e85 100644
--- a/data/style.css
+++ b/data/style.css
@@ -6,7 +6,7 @@
 
 @define-color weather_thermometer_high_color @yellow_5;
 @define-color weather_thermometer_low_color @blue_5;
-@define-color weather_forecast_color @yellow_5;
+@define-color weather_forecast_color #ae7b03;
 
 #places-label {
     font-weight: bold;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]