aboutsummaryrefslogtreecommitdiff
path: root/website
diff options
context:
space:
mode:
Diffstat (limited to 'website')
-rw-r--r--website/resources/css/custom.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/website/resources/css/custom.css b/website/resources/css/custom.css
index 2cbf26a0..0ff84b78 100644
--- a/website/resources/css/custom.css
+++ b/website/resources/css/custom.css
@@ -500,3 +500,7 @@ body {
text-align: start;
font-size: 17px;
}
+
+a:not([role=button]):focus {
+ outline-offset: 2px;
+} \ No newline at end of file