From f0fd0f9df87943e1107590f54eb9fa14a5986e14 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Sun, 7 Sep 2025 17:55:05 +0530 Subject: wofi --- wofi/style.css | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 wofi/style.css (limited to 'wofi/style.css') diff --git a/wofi/style.css b/wofi/style.css new file mode 100644 index 0000000..4911161 --- /dev/null +++ b/wofi/style.css @@ -0,0 +1,29 @@ +window { + margin: 0px; + border: 2px solid #89b4fa; + background-color: #1e1e2e; + border-radius: 10px; +} + +#input { + margin: 5px; + border: none; + padding: 8px; + color: #cdd6f4; + background-color: #313244; + border-radius: 8px; +} + +#inner-box { + margin: 5px; +} + +#entry { + padding: 5px; + border-radius: 6px; +} + +#entry:selected { + background-color: #89b4fa; + color: #1e1e2e; +} -- cgit v1.2.3