Improved theme styling and results in better Nextcloud integration

This commit is contained in:
the-djmaze 2022-11-03 12:45:10 +01:00
parent 719847c43e
commit 39a827aa2e
9 changed files with 136 additions and 82 deletions

View file

@ -74,7 +74,7 @@
box-sizing: border-box;
height: calc(100% - 50px - @rlLowMargin - @rlLowMargin);
background-color: #fff;
background-color: var(--settings-bg-clr, #fff);
border: 1px solid @rlMainDarkColor;
box-shadow: @rlMainShadow;
border-radius: @rlMainBorderRadius;