Files
laptop-config/roy-config/wofi/style.css
T

62 lines
797 B
CSS
Raw Normal View History

2026-08-02 15:36:32 -05:00
* {
2026-08-02 18:01:34 -05:00
font-family: "UbuntuMono Nerd Font";
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
}
#input {
2026-08-02 18:01:34 -05:00
margin: 10px 10px 10px 10px;
2026-08-02 15:36:32 -05:00
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 {
2026-08-02 18:01:34 -05:00
margin: 0 10px 10px 10px;
2026-08-02 15:36:32 -05:00
}
#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;
}
2026-08-02 18:01:34 -05:00
#entry:selected #text,
#entry:selected label {
2026-08-02 15:36:32 -05:00
color: #8caaee;
}
#img {
margin-right: 8px;
}
2026-08-02 15:56:38 -05:00
image {
margin-right: 8px;
}
2026-08-02 18:01:34 -05:00
label {
2026-08-02 15:56:38 -05:00
color: #c6d0f5;
}
#expander-box,
#expander {
background: transparent;
color: #c6d0f5;
}