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/linux/wofi/style.css | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 config/linux/wofi/style.css (limited to 'config/linux/wofi/style.css') diff --git a/config/linux/wofi/style.css b/config/linux/wofi/style.css new file mode 100644 index 0000000..abf8ae8 --- /dev/null +++ b/config/linux/wofi/style.css @@ -0,0 +1,37 @@ +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