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));
|
||||
}
|
||||
|
||||
|
||||
a {
|
||||
a:not(.q-link) {
|
||||
color: $primary;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
a:visited {
|
||||
color: $blue-5;
|
||||
&:visited {
|
||||
color: $blue-5;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue