2026-08-02 15:36:32 -05:00
|
|
|
* {
|
2026-08-02 15:56:38 -05:00
|
|
|
font-family: "UbuntuMono Nerd Font", monospace;
|
2026-08-02 15:36:32 -05:00
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
window {
|
|
|
|
|
background-color: #303446;
|
|
|
|
|
color: #c6d0f5;
|
2026-08-02 15:56:38 -05:00
|
|
|
border: 2px solid #8caaee;
|
2026-08-02 15:36:32 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#outer-box {
|
2026-08-02 15:56:38 -05:00
|
|
|
margin: 10px;
|
2026-08-02 15:36:32 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#input {
|
|
|
|
|
margin-bottom: 10px;
|
|
|
|
|
padding: 8px 10px;
|
2026-08-02 15:56:38 -05:00
|
|
|
|
|
|
|
|
background: #414559;
|
|
|
|
|
color: #c6d0f5;
|
|
|
|
|
|
2026-08-02 15:36:32 -05:00
|
|
|
border: none;
|
|
|
|
|
border-radius: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#scroll {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#entry {
|
2026-08-02 15:56:38 -05:00
|
|
|
margin: 2px 0;
|
2026-08-02 15:36:32 -05:00
|
|
|
padding: 8px 10px;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
background: transparent;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#entry:selected {
|
|
|
|
|
background-color: #51576d;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#text {
|
|
|
|
|
color: #c6d0f5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#entry:selected #text {
|
|
|
|
|
color: #8caaee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#img {
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
}
|
2026-08-02 15:56:38 -05:00
|
|
|
|
|
|
|
|
label {
|
|
|
|
|
color: #c6d0f5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
image {
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#entry {
|
|
|
|
|
background: transparent;
|
|
|
|
|
border-radius: 6px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#entry:selected {
|
|
|
|
|
background: #51576d;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#entry:selected label,
|
|
|
|
|
#entry:selected #text {
|
|
|
|
|
color: #8caaee;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#text {
|
|
|
|
|
color: #c6d0f5;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#expander-box,
|
|
|
|
|
#expander {
|
|
|
|
|
background: transparent;
|
|
|
|
|
color: #c6d0f5;
|
|
|
|
|
}
|