changes to reviews + added indication to top of nav of active page
This commit is contained in:
+8
-4
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user