Apply theme color to .sidebar-brand-text

This commit is contained in:
billz 2023-11-29 09:17:09 +00:00
parent 034a0b8f63
commit cf63cfe63b

View File

@ -3,7 +3,6 @@
require_once '../../includes/functions.php'; require_once '../../includes/functions.php';
$color = getColorOpt(); $color = getColorOpt();
?> ?>
/* /*
Theme Name: RaspAP default Theme Name: RaspAP default
Author: @billz Author: @billz
@ -26,6 +25,10 @@ body {
font-weight: 500; font-weight: 500;
} }
.sidebar-brand-text {
color: <?php echo $color; ?>;
}
.card .card-header, .modal-header { .card .card-header, .modal-header {
border-color: <?php echo $color; ?>; border-color: <?php echo $color; ?>;
color: #fff; color: #fff;