make avtive button in nav bar white #29

Manually merged
ryan merged 2 commits from feat/highlite-active into main 2025-03-23 03:17:51 +00:00
1 changed files with 4 additions and 4 deletions
Showing only changes of commit 46defc69d1 - Show all commits

View File

@ -504,6 +504,10 @@ hr {
transition: transform 0.5s ease;
}
.header-page-links a.active {
color: white;
}
.header-page-links a:hover {
transform: translateY(-2px);
background-color: transparent;
@ -1475,10 +1479,6 @@ pre {
color: var(--light-grey);
}
.active {
color: white !important;
}
/** end carousel */
/**