Added Color to new System Menu

This commit is contained in:
Urs Rudolph
2025-11-30 21:22:18 +01:00
parent 9f461cc0d2
commit 89eae85703

View File

@@ -66,6 +66,7 @@ background-color: #eb4d4b;
#tray,
#network,
#mode,
#custom-power,
#scratchpad {
margin-top: 2px;
margin-bottom: 2px;
@@ -125,3 +126,8 @@ border-radius: 15px;
padding-left: 6px;
padding-right: 6px;
}
#custom-power {
color: @sapphire;
border-bottom: 2px solid @sapphire;
}