nix-dotfiles/programs/eww/config/eww.scss
2024-02-16 21:26:37 -08:00

11 lines
196 B
SCSS

.content-box {
border: 4px solid yellow;
border-radius: 50px;
background-color: rgba(255,255,255,10);
margin: 2px;
box-shadow: 0 0 0 3px white;
}
.switch {
background: transparent;
}