Import my custom theme/configuration

This commit is contained in:
RealStickman 2022-11-19 16:38:44 +01:00
parent a1608c81ef
commit 003c5eddfc
3 changed files with 6 additions and 3 deletions

View File

@ -942,6 +942,6 @@ body {
color: #dddddd; }
#sidebar {
background-color: #38424D; }
background-color: #47314f; }
/*# sourceMappingURL=theme.css.map */

File diff suppressed because one or more lines are too long

View File

@ -12,6 +12,9 @@
// TEMPLATE COMPONENTS
// Configuration
@import "theme/configuration";
// Core
@import "theme/core";