[gnome-calendar/gbsneto/gtk4: 7/8] css: Adjust line strength in views
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/gbsneto/gtk4: 7/8] css: Adjust line strength in views
- Date: Fri, 11 Feb 2022 01:27:21 +0000 (UTC)
commit b8ba0f76417c6c89f1e7d0f8e3042da980b6c54c
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 | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
---
diff --git a/src/theme/Adwaita.css b/src/theme/Adwaita.css
index d91f03d9..7090d83e 100644
--- a/src/theme/Adwaita.css
+++ b/src/theme/Adwaita.css
@@ -280,7 +280,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;
}
@@ -305,11 +305,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 {
@@ -318,7 +314,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]