Fixed link styling for error pages

This commit is contained in:
Edgar P. Burkhart 2022-01-01 14:55:09 +01:00
parent abe5508236
commit f5439a84c0
Signed by: edpibu
GPG Key ID: 9833D3C5A25BD227
1 changed files with 1 additions and 0 deletions

View File

@ -67,6 +67,7 @@ a:active {
filter: brightness(1.4);
}
a:focus {
text-decoration: none;
color: var(--gray-100);
background: white;
}