Style tweaks + misc fixes

This commit is contained in:
billz 2024-10-27 00:05:45 -07:00
parent 95b44aed5e
commit 13b894d411
2 changed files with 9 additions and 3 deletions

View file

@ -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 {

View file

@ -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 -->