diff --git a/src/error/root.css b/src/error/root.css index 1a4dfec..5c5fa31 100644 --- a/src/error/root.css +++ b/src/error/root.css @@ -67,6 +67,8 @@ a:active { filter: brightness(1.4); } a:focus { + text-decoration: none; + filter: none; color: var(--gray-100); background: white; }