Files
opalfiles/.config/eww/style.css
T
2025-04-29 22:36:07 -07: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;
}