mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Apply theme color to .sidebar-brand-text
This commit is contained in:
parent
034a0b8f63
commit
cf63cfe63b
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue