Files
opalfiles/archive/eww/style.css
2026-02-22 08:57:47 -08:00

17 lines
249 B
CSS

* {
all: unset;
font-family: "JetBrainsMono Nerd Font", "monospace";
}
.panel-container {
background-color: rgba(30, 30, 30, 0.9);
border-radius: 10px;
padding: 20px;
margin: 10px;
}
.hello-label {
color: white;
font-size: 20px;
}