mirror of
https://github.com/luneko/SweetTokyoNight.git
synced 2025-12-14 07:39:52 +01:00
Gnome-shell: Fix white popups on Zorin OS 16
This commit is contained in:
@@ -499,7 +499,9 @@ StScrollBar {
|
||||
background-color: rgba(0, 0, 0, 0.2);
|
||||
box-shadow: 0 2px 4px 2px rgba(0, 0, 0, 0.2); }
|
||||
.popup-menu .popup-menu-content {
|
||||
padding: 15px 0; }
|
||||
padding: 15px 0;
|
||||
background-color: #181b28;
|
||||
border-radius: 7px; }
|
||||
.popup-menu .popup-menu-item {
|
||||
spacing: 5px;
|
||||
padding: 5px; }
|
||||
|
||||
Reference in New Issue
Block a user