More changes for last commit

This commit is contained in:
Henry Sipp
2025-07-22 21:08:35 -05:00
parent 1fed2b5d59
commit 51193c0973
6 changed files with 20 additions and 14 deletions
+6 -3
View File
@@ -1,11 +1,15 @@
@import "./theme.css";
* {
border: none;
border-radius: 0;
min-height: 0;
font-family: CaskaydiaMono Nerd Font;
font-size: 14px;
background-color: transparent;
}
#workspaces {
margin-left: 7px;
}
@@ -23,8 +27,9 @@
#network,
#bluetooth,
#wireplumber,
#tray widget,
#tray,
#clock {
background-color: transparent;
min-width: 12px;
margin-right: 13px;
}
@@ -36,5 +41,3 @@ tooltip {
tooltip label {
padding: 2px;
}
@import "./theme.css";