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

@ -16,6 +16,11 @@ License: GNU General Public License v3.0
h4.mt-3 { margin-left: 0.5rem; }
}
a {
color: #2b8080;
text-decoration: none;
}
.sb-sidenav .sb-sidenav-menu .nav .nav-link {
padding-top: 0.6rem;
padding-bottom: 0.6rem;
@ -291,6 +296,12 @@ button > i.fas {
border-bottom-right-radius: 0.35rem;
}
.nav-user {
position: relative;
bottom: 11px;
right: 3px;
}
.bg-dark {
border-radius: 5px;
}

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; ?>;
}