Add style.css for Wofi
This commit is contained in:
parent
d023b91db4
commit
1b5e1ae551
1 changed files with 13 additions and 0 deletions
13
etc/skel/.config/wofi/style.css
Normal file
13
etc/skel/.config/wofi/style.css
Normal file
|
@ -0,0 +1,13 @@
|
|||
window {
|
||||
opacity: 1.0;
|
||||
border: 2px solid @theme_selected_bg_color;
|
||||
border-radius: 0px;
|
||||
font-family: Hack;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#input {
|
||||
border: 2px solid @theme_selected_bg_color;
|
||||
border-radius: 0px;
|
||||
font-size: 14px;
|
||||
}
|
Loading…
Add table
Reference in a new issue