solorice/config/wofi/style.css
Kristofers Solo a42ded1119 Use dotter
2024-08-28 09:02:07 +03:00

59 lines
893 B
CSS

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;
}