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:
parent
bef8e02217
commit
0bdb5dc865
|
|
@ -2,3 +2,4 @@ conf/user.inc.php
|
||||||
conf/user_defined.php
|
conf/user_defined.php
|
||||||
userdata
|
userdata
|
||||||
www/cache/
|
www/cache/
|
||||||
|
/www/themes/new/css/custom.css
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
:root {
|
||||||
|
--sidebar-background: #AA0000;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue