i hate git
This commit is contained in:
39
home-manager/wofi_style.css
Normal file
39
home-manager/wofi_style.css
Normal file
@@ -0,0 +1,39 @@
|
||||
* {
|
||||
all:unset;
|
||||
font-family: MonaspiceAr Nerd Font Mono, monospace;
|
||||
font-weight: 600;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
window {
|
||||
all:unset;
|
||||
background: rgba(17, 17, 17, 0.7);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
#entry {
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
color: #aeaeae;
|
||||
background: #444444;
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
#input * {
|
||||
padding: 10px;
|
||||
border: none;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 0px;
|
||||
padding: 10px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user