aboutsummaryrefslogtreecommitdiff
path: root/wofi/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'wofi/style.css')
-rw-r--r--wofi/style.css19
1 files changed, 0 insertions, 19 deletions
diff --git a/wofi/style.css b/wofi/style.css
deleted file mode 100644
index f8ae0512e..000000000
--- a/wofi/style.css
+++ /dev/null
@@ -1,19 +0,0 @@
-window {
- font-size: 15px;
- font-family:"EnvyCodeR Nerd Font Mono";
- background-color: rgba(22, 22, 22, 0.98);
- color: #ffffff;
-}
-
-#entry:selected {
- background-color: rgb(34,34,34)
-}
-
-#input {
- background-color: rgba(22, 22, 22, 0.98);
- color: #ffffff;
-}
-
-#input:focus {
- border: 1px solid #ffffff;
-} \ No newline at end of file