diff options
Diffstat (limited to 'config/wofi')
-rw-r--r-- | config/wofi/style.css | 37 |
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; -} |