Adds Arch Linux dotfiles
This commit is contained in:
19
wofi/style.css
Normal file
19
wofi/style.css
Normal file
@@ -0,0 +1,19 @@
|
||||
window {
|
||||
font-size: 15px;
|
||||
font-family:"EnvyCodeR Nerd Font Mono";
|
||||
background-color: rgba(22, 22, 22, 0.98);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: rgb(34,34,34)
|
||||
}
|
||||
|
||||
#input {
|
||||
background-color: rgba(22, 22, 22, 0.98);
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
#input:focus {
|
||||
border: 1px solid #ffffff;
|
||||
}
|
||||
Reference in New Issue
Block a user