pain and suffering
This commit is contained in:
commit
510db0f1d4
42 changed files with 2150 additions and 0 deletions
51
config/wofi/style.css
Normal file
51
config/wofi/style.css
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
window {
|
||||
margin: 0px;
|
||||
background-color: #232136;
|
||||
border-radius: 0px;
|
||||
font-family:Symbols Nerd Font Mono;
|
||||
font-size: 10px;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 3px;
|
||||
border-radius: 0px;
|
||||
border: none;
|
||||
border-radius: 0px;;
|
||||
color: #eb6f92;
|
||||
background-color: #232136;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 3px;
|
||||
border: none;
|
||||
color: #232136;
|
||||
border-radius: 0px;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 8px;
|
||||
border: none;
|
||||
background-color: #232136;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 0px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #e0def4;
|
||||
}
|
||||
|
||||
#entry:selectd {
|
||||
color: #232136;
|
||||
border-radius: 0px;;
|
||||
background-color: #232136;
|
||||
}
|
||||
|
||||
#entry:selected * {
|
||||
color: #232136;
|
||||
border-radius: 0px;;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue