mirror of
https://github.com/RaspAP/raspap-webgui.git
synced 2024-11-21 15:10:22 +00:00
Style tweaks + misc fixes
This commit is contained in:
parent
95b44aed5e
commit
13b894d411
2 changed files with 9 additions and 3 deletions
|
@ -24,7 +24,8 @@ html[data-bs-theme="dark"] .card-footer {
|
|||
|
||||
html[data-bs-theme="dark"] .card-body,
|
||||
html[data-bs-theme="dark"] .card-footer,
|
||||
html[data-bs-theme="dark"] .info-item-xs {
|
||||
html[data-bs-theme="dark"] .info-item-xs,
|
||||
html[data-bs-theme="dark"] .table>:not(caption)>*>* {
|
||||
color: var(--bs-secondary);
|
||||
}
|
||||
|
||||
|
@ -35,7 +36,12 @@ html[data-bs-theme="dark"] .sb-topnav.navbar {
|
|||
|
||||
html[data-bs-theme="dark"] .sb-topnav.navbar,
|
||||
html[data-bs-theme="dark"] .sb-topnav.navbar a {
|
||||
color: var(--bs-light) !important;
|
||||
color: var(--raspap-theme-color) !important;
|
||||
}
|
||||
|
||||
html[data-bs-theme="dark"] .sb-topnav.navbar a:hover,
|
||||
html[data-bs-theme="dark"] .sb-topnav.navbar a:focus {
|
||||
color: var(--raspap-theme-darker) !important;
|
||||
}
|
||||
|
||||
html[data-bs-theme="dark"] .sb-topnav.navbar {
|
||||
|
|
|
@ -99,7 +99,7 @@ initializeApp();
|
|||
<!-- End of Navbar -->
|
||||
<div id="layoutSidenav">
|
||||
<div id="layoutSidenav_nav">
|
||||
<nav class="sb-sidenav accordion sb-sidenav-light id="sidenavAccordion">
|
||||
<nav class="sb-sidenav accordion sb-sidenav-light" id="sidenavAccordion">
|
||||
<div class="sb-sidenav-menu">
|
||||
<div class="nav">
|
||||
<!-- Sidebar -->
|
||||
|
|
Loading…
Reference in a new issue