smon/static/css/gruvbox/gruvbox.css
2024-06-28 15:28:52 +02:00

13 lines
233 B
CSS

body {
background-image: url(/images/v0/gruvbox/background.svg);
}
#areas .area {
box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.5);
}
#page-error {
border: unset;
color: #fff;
background-color: #a00;
text-align: center;
}