mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
59 lines
893 B
CSS
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;
|
|
}
|