mirror of
https://github.com/billz/raspap-webgui.git
synced 2025-03-01 10:31:47 +00:00
Apply theme color to .sidebar-brand-text
This commit is contained in:
parent
034a0b8f63
commit
cf63cfe63b
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user