We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12056d3 commit 1235bc4Copy full SHA for 1235bc4
data/theme/cinnamon-sass/_colors.scss
@@ -18,7 +18,7 @@ $destructive_color: #ff7b63;
18
$warning_color: #f8e45c;
19
$warning_bg_color: #cd9309;
20
21
-$notification_bg_color: #ef2591;
+$notification_badge_bg_color: #ef2591;
22
23
$accent_color: #78aeed;
24
$accent_bg_color: #3584e4;
data/theme/cinnamon-sass/widgets/_windowlist.scss
@@ -86,7 +86,7 @@
86
&-notifications-badge {
87
border-radius: 9999px;
88
color: $fg_color;
89
- background-color: $notification_bg_color;
+ background-color: $notification_badge_bg_color;
90
}
91
92
&-notifications-badge-label {
0 commit comments