smon/static/less/gruvbox.less

12 lines
172 B
Plaintext
Raw Normal View History

2024-06-25 08:59:07 +02:00
@import "theme-@{THEME}.less";
2024-06-25 10:50:31 +02:00
body {
background-image: url(/images/v0/gruvbox/background.svg);
}
#areas {
.area {
box-shadow: 5px 5px 15px 0px rgba(0,0,0,0.5);
}
}