Better structuring of the wofi css

Reusing look for select menu and reducing theme duplication
This commit is contained in:
David Heinemeier Hansson
2025-07-07 11:37:50 -07:00
parent 6c1c829f86
commit 201d303c2c
10 changed files with 83 additions and 422 deletions

8
default/wofi/select.css Normal file
View File

@ -0,0 +1,8 @@
@import ".config/omarchy/current/theme/wofi.css";
@import ".local/share/omarchy/default/wofi/search.css";
#input {
display: none;
opacity: 0;
margin-top: -200px;
}