From b483c295c082207dd7e8063949c2ff5b1ed14daf Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Sun, 2 Apr 2023 14:21:49 -0500 Subject: new stow-based configuration management for graphical environment --- config/linux/wofi/style.css | 41 ----------------------------------------- 1 file changed, 41 deletions(-) delete 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 deleted file mode 100644 index 5cfaf6c..0000000 --- a/config/linux/wofi/style.css +++ /dev/null @@ -1,41 +0,0 @@ -window { - background: #efefef; - color: #4a484d; - font-family: Noto Sans; - font-size: 11pt; - border: 1px solid #5e4b4f; -} - -#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: #4a484d; -} - -#entry:selected #text{ - color: #ffffff; -} - -#entry:selected { - background: #2d45b0; -} -- cgit v1.2.3