mirror of
https://github.com/vinceliuice/Colloid-gtk-theme.git
synced 2025-09-16 05:18:38 -07:00
Merge pull request #148 from DarioZar/fix-notifications
Fix notifications for GNOME 46
This commit is contained in:
@@ -4,7 +4,6 @@
|
|||||||
color: $text-secondary;
|
color: $text-secondary;
|
||||||
background-color: $fill;
|
background-color: $fill;
|
||||||
border-radius: $base_radius;
|
border-radius: $base_radius;
|
||||||
border: none;
|
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
|
|
||||||
|
@@ -8,7 +8,6 @@
|
|||||||
border-radius: $base_radius;
|
border-radius: $base_radius;
|
||||||
color: $text-secondary;
|
color: $text-secondary;
|
||||||
background-color: $popover;
|
background-color: $popover;
|
||||||
border: none;
|
|
||||||
text-shadow: none;
|
text-shadow: none;
|
||||||
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
|
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.25);
|
||||||
border-radius: $menu_radius;
|
border-radius: $menu_radius;
|
||||||
|
Reference in New Issue
Block a user