Add theme files and some compatbility rules

This commit is contained in:
MrOtherGuy
2018-12-04 17:32:10 +02:00
parent 0de6ebaa9a
commit a19e10aeda
7 changed files with 157 additions and 22 deletions

View File

@@ -0,0 +1,13 @@
/* Color controls for theme_***.css files */
:root{
--uc-dark-bkgnd-color: rgb(12,16,32);
--uc-light-bkgnd-color: rgb(46,54,69);
--uc-active-color: rgb(26, 70, 102);
--uc-text-color: rgb(195, 198, 201);
--uc-border-color: rgb(43,130,191);
}
/* Override some default variables - stylesheet compatibility */
:root{
--lwt-toolbar-field-background-color: var(--uc-dark-bkgnd-color) !important;
--lwt-toolbar-field-border-color: transparent !important;)
}