From 9f5902f644037ea0bb697ad01680e4f51d6c1ed0 Mon Sep 17 00:00:00 2001 From: Yhvr Date: Fri, 18 Sep 2020 20:31:17 -0400 Subject: [PATCH] outlines that don't show for mouse users --- index.html | 5 ++++- style.css | 3 +-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 88a56bd..f0c1766 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,12 @@ The Prestige Tree + + + @@ -12,7 +15,7 @@ - +
diff --git a/style.css b/style.css index 0c38967..0f8c01a 100644 --- a/style.css +++ b/style.css @@ -8,8 +8,7 @@ } *:focus { - outline: none; - webkit-outline: none; + outline: thin dotted white; } body {