Files
2026-07-06 16:30:06 +02:00

55 lines
667 B
CSS

window {
margin: 0px;
border: 2px solid #bd93f9;
background-color: rgba(40,42,54,.5);
border-radius: 13px;
font-family: "Adwaita Sans";
}
#input {
margin: 5px;
border: none;
color: #f8f8f2;
background-color: #44475a;
}
#inner-box {
margin: 5px;
border: none;
background-color: rgba(40,42,54,.5);
}
#outer-box {
margin: 5px;
border: none;
background-color: rgba(40,42,54,.5);
}
#scroll {
margin: 0px;
border: none;
}
#text {
margin: 5px;
border: none;
color: #f8f8f2;
}
#entry.activatable #text {
color: #282a36;
}
#entry > * {
color: #f8f8f2;
}
#entry:selected {
background-color: #44475a;
border-radius: 6px;
}
#entry:selected #text {
font-weight: bold;
}