Misc theme fixes

This commit is contained in:
Magnus Åhall 2024-06-25 10:50:31 +02:00
parent ec7919c9e5
commit e73d28a8f6
24 changed files with 308 additions and 26 deletions

View file

@ -1 +1,11 @@
@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);
}
}