summaryrefslogtreecommitdiff
path: root/style/style.css
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-04 19:05:52 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2016-07-04 19:05:52 +0200
commit94c562e27935d6c1cc43f9b29dd4dc73bdecdba2 (patch)
tree3af290f7d60978692c946fd3106b128d3575cade /style/style.css
parentf8fc38b981e91b0a36adc466f6d478aded628239 (diff)
downloadmutti-web-94c562e27935d6c1cc43f9b29dd4dc73bdecdba2.tar.gz
mutti-web-94c562e27935d6c1cc43f9b29dd4dc73bdecdba2.tar.bz2
mutti-web-94c562e27935d6c1cc43f9b29dd4dc73bdecdba2.zip
Fix a:focus state
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);
}