aboutsummaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css23
1 files changed, 0 insertions, 23 deletions
diff --git a/waybar/style.css b/waybar/style.css
deleted file mode 100644
index 9efc646..0000000
--- a/waybar/style.css
+++ /dev/null
@@ -1,23 +0,0 @@
-* {
- font-family: "JetBrainsMono Nerd Font", monospace;
- font-weight: bold;
- font-size: 16px;
- color: #c6d0f5;
- margin: 0;
- border-radius: 0px;
-}
-
-#waybar {
- background-color: rgb(0, 0, 0);
-}
-
-#workspaces button:hover {
- background-color: #303030;
- margin: 0px;
- border-radius: 0px;
-}
-
-#workspaces button.active {
- background-color: #28CD41;
- color: #ea999c;
-}