more pywalled things
This commit is contained in:
parent
5fa5ffcb19
commit
ccdca7c67e
8 changed files with 22709 additions and 0 deletions
23
.config/wofi/style.css
Normal file
23
.config/wofi/style.css
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#expander-box, #window, #input {
|
||||
background-color: --wofi-color4;
|
||||
border-radius: 0;
|
||||
color: white;
|
||||
font-family: FantasqueSansM Nerd Font;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#window, #input {
|
||||
border: 2px solid --wofi-color12;
|
||||
}
|
||||
|
||||
#expander-box {
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: --wofi-color6;
|
||||
border-top: 2px solid --wofi-color14;
|
||||
border-bottom: 2px solid --wofi-color14;
|
||||
border-radius: 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue