From 94c562e27935d6c1cc43f9b29dd4dc73bdecdba2 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Mon, 4 Jul 2016 19:05:52 +0200 Subject: Fix a:focus state --- style/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'style/style.css') 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); } -- cgit