summaryrefslogtreecommitdiff
path: root/stylesheets/index.css
diff options
context:
space:
mode:
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');
}