smon/static/less/gruvbox.less
2024-06-25 10:50:31 +02:00

12 lines
172 B
Plaintext

@import "theme-@{THEME}.less";
body {
background-image: url(/images/v0/gruvbox/background.svg);
}
#areas {
.area {
box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
}
}