[gnome-calendar/gbsneto/gtk4: 10/10] css: Adjust line strength in views




commit e590b8441de9885c909db9bb953666eed5198e5b
Author: Sam Hewitt <sam snwh org>
Date:   Thu Jan 27 16:52:49 2022 -0330

    css: Adjust line strength in views

 src/theme/Adwaita.css | 14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)
---
diff --git a/src/theme/Adwaita.css b/src/theme/Adwaita.css
index 590890f4..c01b0235 100644
--- a/src/theme/Adwaita.css
+++ b/src/theme/Adwaita.css
@@ -56,7 +56,7 @@ calendar-view:selected {
 }
 
 .year-navigator.lines {
-    color: alpha(@theme_fg_color, 0.4);
+    color: alpha(@theme_fg_color, 0.15);
 }
 
 .year-navigator.days {
@@ -90,7 +90,7 @@ calendar-view:selected {
 }
 
 .year-navigator:hover {
-    background-color: alpha(@theme_fg_color, 0.1);
+    background-color: alpha(@theme_fg_color, 0.15);
     border-radius: 2px;
 }
 
@@ -354,7 +354,7 @@ datechooser day:selected:hover {
 label.month-name {
     font-size: 16pt;
     font-weight: bold;
-    color: alpha(@theme_selected_bg_color, 0.75);
+    color: @theme_selected_bg_color;
     padding: 12px;
 }
 
@@ -379,11 +379,7 @@ label.month-name {
 }
 
 .week-header.lines {
-    color: alpha(@theme_fg_color, 0.4);
-}
-
-.week-header .margin {
-    color: alpha(@theme_fg_color, 0.6);
+    color: alpha(@window_fg_color, 0.15);
 }
 
 weekhourbar > label {
@@ -392,7 +388,7 @@ weekhourbar > label {
 }
 
 .week-view .lines {
-    color: alpha(@window_fg_color, 0.30);
+    color: alpha(@window_fg_color, 0.15);
 }
 
 weekgrid > widget.now-strip {


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