summaryrefslogtreecommitdiff
path: root/stylesheets/dark.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/dark.css
parent0735d02fbb2e52ba4fbbc6afcbf395fcc28fac65 (diff)
downloadquatuorbellefeuille.com-982a41e3215cd9e00da0aa3e7225b9e4591185de.tar.xz
Highlight links when focused with TAB
Diffstat (limited to 'stylesheets/dark.css')
-rw-r--r--stylesheets/dark.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/stylesheets/dark.css b/stylesheets/dark.css
index 455ea72..afcf1d4 100644
--- a/stylesheets/dark.css
+++ b/stylesheets/dark.css
@@ -10,7 +10,7 @@ main {
footer.social a.lang {
border-color: white;
}
-footer.social a.lang:hover {
+footer.social a.lang:hover, footer.social a.lang:focus {
color: var(--gold);
background: white;
border-color: white;