aboutsummaryrefslogtreecommitdiff
path: root/wofi
diff options
context:
space:
mode:
Diffstat (limited to 'wofi')
-rw-r--r--wofi/style.css19
1 files changed, 19 insertions, 0 deletions
diff --git a/wofi/style.css b/wofi/style.css
new file mode 100644
index 000000000..f8ae0512e
--- /dev/null
+++ b/wofi/style.css
@@ -0,0 +1,19 @@
+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