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