aboutsummaryrefslogtreecommitdiff
path: root/config/wofi/style.css
diff options
context:
space:
mode:
authorMatt Singleton <matt@xcolour.net>2023-02-03 14:39:07 -0600
committerMatt Singleton <matt@xcolour.net>2023-02-03 14:39:07 -0600
commite9dc4c1090abb01317847c417b75d3960f3da34d (patch)
tree2fb84cf24675f1294f9f7a33ea949d514844c6f1 /config/wofi/style.css
parent969f76a8238e2d43a25740c8272bf635d436f0d3 (diff)
only install platform-appropriate configs based on uname
Diffstat (limited to 'config/wofi/style.css')
-rw-r--r--config/wofi/style.css37
1 files changed, 0 insertions, 37 deletions
diff --git a/config/wofi/style.css b/config/wofi/style.css
deleted file mode 100644
index abf8ae8..0000000
--- a/config/wofi/style.css
+++ /dev/null
@@ -1,37 +0,0 @@
-window {
- background: #eff0f2;
- color: #4a4b4e;
- font-family: Noto Sans, JetBrainsMono Nerd Font;
- font-size: 10pt;
- border: 1px solid #dee2e0;
-}
-
-#input {
- padding: 2px;
- margin: 5px;
- border: 0;
- border-radius: 0;
-}
-
-#input:active {
- border: 0;
-}
-
-#inner-box {
-}
-
-#outer-box {
-}
-
-#scroll {
- padding: 2px;
- margin: 5px;
-}
-
-#text {
- color: #4a4b4e;
-}
-
-#entry:selected {
- background: #dee2e0;
-}