systray css
All checks were successful
Nix Build / build-nixos (push) Successful in 9m23s

This commit is contained in:
soraefir
2024-04-13 12:06:31 +02:00
parent 918a2460f2
commit 41efe10dd4
3 changed files with 36 additions and 1 deletions

View File

@ -13,6 +13,8 @@
}
@mixin border-active {
border-width: $border-width;
border-style: solid;
border-color: $base04;
}
@ -115,6 +117,7 @@ tooltip {
@import 'css/clock';
@import 'css/radio';
@import 'css/powermenu';
@import 'css/systray';
/* BAR */