be more specific on css selector

This commit is contained in:
Ryan Heywood 2025-03-22 23:17:23 -04:00
parent e81f052317
commit 46defc69d1
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 4 additions and 4 deletions

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 */
/**