summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2024-08-31 12:18:57 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2024-08-31 12:18:57 +0200
commit71c9eeb3a4b188357f95021654719a10ba28ba0a (patch)
tree51a0a6e20f927c35c75d7e0f6d00170730c2e699
parent9c7d2739767e52362a72981f0a10dbf5ae86b32d (diff)
downloadnixos-71c9eeb3a4b188357f95021654719a10ba28ba0a.tar
nixos-71c9eeb3a4b188357f95021654719a10ba28ba0a.tar.gz
nixos-71c9eeb3a4b188357f95021654719a10ba28ba0a.tar.bz2
nixos-71c9eeb3a4b188357f95021654719a10ba28ba0a.tar.xz
nixos-71c9eeb3a4b188357f95021654719a10ba28ba0a.zip
...
-rw-r--r--accounts/gkleen@sif/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/accounts/gkleen@sif/default.nix b/accounts/gkleen@sif/default.nix
index 801a899d..ca1ed77a 100644
--- a/accounts/gkleen@sif/default.nix
+++ b/accounts/gkleen@sif/default.nix
@@ -458,11 +458,11 @@ in {
458 } 458 }
459 459
460 #workspaces button { 460 #workspaces button {
461 color: @white;
462 }
463 #workspaces button.empty {
464 color: @grey; 461 color: @grey;
465 } 462 }
463 #workspaces button.hosting-monitor {
464 color: @white;
465 }
466 #workspaces button.visible { 466 #workspaces button.visible {
467 color: @blue; 467 color: @blue;
468 } 468 }