Fix nav link colours.
This commit is contained in:
parent
af8cc56e79
commit
5234380bf0
1 changed files with 7 additions and 8 deletions
|
@ -27,16 +27,15 @@ body {
|
||||||
filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.5));
|
filter: drop-shadow(0 0 25px rgba(0, 0, 0, 0.5));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a:not(.q-link) {
|
||||||
a {
|
|
||||||
color: $primary;
|
color: $primary;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
&:hover {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
a:visited {
|
&:visited {
|
||||||
color: $blue-5;
|
color: $blue-5;
|
||||||
}
|
}
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue