Decorating the sidenav

This commit is contained in:
2023-03-18 18:29:37 +01:00
parent d5d2f31178
commit 0b12f8718a
5 changed files with 18 additions and 2 deletions

View File

@@ -26,3 +26,14 @@
.contract-body {
font-family: 'Century Schoolbook';
}
.nav-link {
color: #D2BA6F;
--bs-nav-link-hover-color: #9c8a51;
--bs-nav-pills-link-active-color: #D2BA6F;
--bs-nav-pills-link-active-bg: #114856;
}
.nav-link.active {
border: #D2BA6F solid 2px;
}