summaryrefslogtreecommitdiff
path: root/style/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style/style.css')
-rw-r--r--style/style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/style/style.css b/style/style.css
index d07c06f..fb9ac46 100644
--- a/style/style.css
+++ b/style/style.css
@@ -98,7 +98,8 @@ a {
text-decoration: none;
}
-a:hover {
+a:hover,,
+a:focus {
text-decoration: none;
color: var(--color-red-hover);
}