Feature: Introduced Color Themes - Changes navbar color and accent button color on sidenav - To change theme goto settings - theme - select a theme watch it change in real time

This commit is contained in:
johnnyq
2023-01-19 18:00:35 -05:00
parent f21bb7cbe9
commit 6232a8311b
10 changed files with 110 additions and 9 deletions

View File

@@ -38,5 +38,5 @@ header("X-Frame-Options: DENY");
<script src="plugins/toastr/toastr.min.js"></script>
</head>
<body class="hold-transition sidebar-mini">
<body class="hold-transition sidebar-mini accent-<?php echo $config_theme_hyperlink_accent; ?>">
<div class="wrapper text-sm">