added custom.css.tpl for user css.

custom.css is added to git ignore
I use this to mark my testsystem by using a red menu background
This commit is contained in:
ibs 2023-12-25 23:48:57 +01:00
parent bef8e02217
commit 0bdb5dc865
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

@ -2,3 +2,4 @@ conf/user.inc.php
conf/user_defined.php
userdata
www/cache/
/www/themes/new/css/custom.css

View File

@ -0,0 +1,3 @@
:root {
--sidebar-background: #AA0000;
}