Style tweaks

This commit is contained in:
billz
2024-10-24 06:49:23 -07:00
parent ec11a527d7
commit 063a2b1eaf
2 changed files with 15 additions and 0 deletions

View File

@@ -18,6 +18,10 @@ body {
background-color: #f8f9fc;
}
a {
color: <?php echo $color; ?>;
text-decoration: none;
}
.sb-sidenav-light .sb-sidenav-menu .nav-link:hover {
color: <?php echo $color; ?>;
}