From e9dc4c1090abb01317847c417b75d3960f3da34d Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Fri, 3 Feb 2023 14:39:07 -0600 Subject: only install platform-appropriate configs based on uname --- config/wofi/style.css | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 config/wofi/style.css (limited to 'config/wofi/style.css') 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; -} -- cgit v1.2.3