[gnome-weather/wip/exalm/separators] style: Update card separator styles




commit 93f66f3735083c63a57daf09f3202ca13fb3c63d
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Wed Jul 13 02:51:54 2022 +0400

    style: Update card separator styles
    
    Sync with libadwaita.

 data/style-hc.css | 6 +++++-
 data/style.css    | 4 ++++
 2 files changed, 9 insertions(+), 1 deletion(-)
---
diff --git a/data/style-hc.css b/data/style-hc.css
index c9861e1..6262093 100644
--- a/data/style-hc.css
+++ b/data/style-hc.css
@@ -5,4 +5,8 @@
 .search-view {
     background-color: @window_bg_color;
     color: @window_fg_color;
-}
\ No newline at end of file
+}
+
+.forecast-card separator {
+    background-color: @borders;
+}
diff --git a/data/style.css b/data/style.css
index 886ff98..6277dc3 100644
--- a/data/style.css
+++ b/data/style.css
@@ -39,6 +39,10 @@
     border-radius: 6px;
 }
 
+.forecast-card separator {
+    background-color: @card_shade_color;
+}
+
 #conditions-grid,
 #attributionGrid {
     margin-left: 18px;


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