Use dotter

This commit is contained in:
Kristofers Solo
2024-08-28 09:02:07 +03:00
parent d888080cc7
commit a42ded1119
1200 changed files with 1231 additions and 2261 deletions

58
config/wofi/style.css Normal file
View File

@@ -0,0 +1,58 @@
window {
margin: 0px;
background-color: #191724;
border-radius: 0px;
border: 2px solid #eb6f92;
color: #e0def4;
font-family: 'JetBrainsMono NF';
font-size: 14px;
}
#input {
margin: 0px;
border-radius: 0px;
border: none;
border-radius: 0px;
color: #eb6f92;
background-color: #26233a;
}
#inner-box {
margin: 0px;
border: none;
background-color: #26233a;
color: #191724;
border-radius: 0px;
}
#outer-box {
margin: 0px;
border: none;
background-color: #191724;
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 0px;
border: none;
color: #e0def4;
}
#entry:selected {
background-color: #eb6f92;
color: #191724;
border-radius: 0px;
outline: none;
}
#entry:selected * {
background-color: #eb6f92;
color: #191724;
border-radius: 0px;
outline: none;
}