changes to reviews + added indication to top of nav of active page

This commit is contained in:
2026-01-09 20:35:32 -05:00
parent 60d3f1828d
commit 9be65f427c
3 changed files with 13 additions and 13 deletions
+8 -4
View File
@@ -33,17 +33,17 @@
}
.jumpLink {
padding: 1rem;
display: flex;
align-items: center;;
height: 8rem;
padding: 0 2rem;
padding: 0 5rem;
text-decoration: none;
color: var(--gold);
color: var(--black);
background-color: var(--gold);
border: 1px solid var(--gold);
border-radius: 1rem;
transition: 0.3s ease;
@@ -51,6 +51,10 @@
.jumpLink:hover {
color: white;
}
.jumpLink a, .jumpLink h2 {
color: var(--black);
background-color: var(--gold);
}
#categoryContainer {
width: 90%;