Fix styling
This commit is contained in:
parent
de88224b30
commit
25dd2417be
2 changed files with 1 additions and 6 deletions
|
@ -22,14 +22,9 @@ nav ul {
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a {
|
nav a {
|
||||||
color: rgb(128, 128, 128);
|
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
nav a.selected {
|
|
||||||
color: rgb(0, 0, 0);
|
|
||||||
}
|
|
||||||
|
|
||||||
nav a:hover {
|
nav a:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,6 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.specials h2 {
|
.specials h2 {
|
||||||
color: black;
|
color: var(--primary-1);
|
||||||
font-size: 2rem;
|
font-size: 2rem;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue