nix-dotfiles/programs/eww/config/eww.scss

12 lines
196 B
SCSS
Raw Normal View History

2024-02-16 21:26:37 -08:00
.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;
2023-11-20 10:28:36 -08:00
}
2024-02-16 21:26:37 -08:00
.switch {
background: transparent;
2023-11-20 10:28:36 -08:00
}