Fixed link styling for error pages
This commit is contained in:
parent
abe5508236
commit
f5439a84c0
1 changed files with 1 additions and 0 deletions
|
@ -67,6 +67,7 @@ a:active {
|
||||||
filter: brightness(1.4);
|
filter: brightness(1.4);
|
||||||
}
|
}
|
||||||
a:focus {
|
a:focus {
|
||||||
|
text-decoration: none;
|
||||||
color: var(--gray-100);
|
color: var(--gray-100);
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue