Finally add all dotfiles correctly
This commit is contained in:
46
wofi/style.css
Normal file
46
wofi/style.css
Normal file
@@ -0,0 +1,46 @@
|
||||
window {
|
||||
margin: 0px;
|
||||
border: 2px solid #3c3836;
|
||||
background-color: #282828;
|
||||
font-family: "Fira Code", "JetBrains Mono", monospace;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
#input {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #ebdbb2;
|
||||
background-color: #3c3836;
|
||||
}
|
||||
|
||||
#inner-box {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
background-color: #282828;
|
||||
}
|
||||
|
||||
#outer-box {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
background-color: #282828;
|
||||
}
|
||||
|
||||
#scroll {
|
||||
margin: 0px;
|
||||
border: none;
|
||||
}
|
||||
|
||||
#text {
|
||||
margin: 5px;
|
||||
border: none;
|
||||
color: #ebdbb2;
|
||||
}
|
||||
|
||||
#entry:selected {
|
||||
background-color: #458588;
|
||||
color: #fbf1c7;
|
||||
}
|
||||
|
||||
#entry:selected #text {
|
||||
color: #fbf1c7;
|
||||
}
|
||||
Reference in New Issue
Block a user