summaryrefslogtreecommitdiff
path: root/stylesheets/index.css
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-18 00:29:56 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2021-03-18 00:32:55 +0100
commit982a41e3215cd9e00da0aa3e7225b9e4591185de (patch)
tree621ecc2075b849a747f182a07ba836957d9d3f88 /stylesheets/index.css
parent0735d02fbb2e52ba4fbbc6afcbf395fcc28fac65 (diff)
downloadquatuorbellefeuille.com-982a41e3215cd9e00da0aa3e7225b9e4591185de.tar.xz
Highlight links when focused with TAB
Diffstat (limited to 'stylesheets/index.css')
-rw-r--r--stylesheets/index.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/stylesheets/index.css b/stylesheets/index.css
index a107349..4d250fc 100644
--- a/stylesheets/index.css
+++ b/stylesheets/index.css
@@ -2,7 +2,8 @@ body {
background: no-repeat 70% 30%/cover black url('/images/index/bg1k.jpg');
}
-body > header.banner:hover > a {
+body > header.banner:hover,
+body > header.banner:focus-within {
color: #e4b63a;
}
@@ -22,7 +23,7 @@ a#next-concert {
text-decoration: none;
background: no-repeat center/contain url('/images/calendar.svg');
}
-a#next-concert:hover {
+a#next-concert:hover, a#next-concert:focus {
color: #e4b63a;
background-image: url('/images/calendar-gold.svg');
}