Age | Commit message (Collapse) | Author |
|
* Also declare default color above as fallback
Signed-off-by: Shun Jou <shunjou@gmail.com>
|
|
* Restore theme to near original style
* Properly declare variable fallbacks
* More consistent table and border styling
* Improve responsive design scaling
* Add static ripple effect to sidebar menu
* Style command output as terminal
* Comb coding style and widespread cleanup
* Various other improvements and fixes
Signed-off-by: Shun Jou <shunjou@gmail.com>
|
|
Signed-off-by: Simon Tretter <simon@mediaarchitectu.re>
|
|
Move font selection into custom.css
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|
|
The var() css function can be used to insert the value of a custom property.
A custom.css file is added to change the colors. This file will get included
in the cascade.css file.
The following colors could be costomized in the file costom.css.
--header-bg
--header-color
--menu-bg-color
--menu-color
--submenu-bg-hover
--submenu-bg-hover-active
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
|