From c2406be78abc2f70302e30b78acdc1a27087e2d4 Mon Sep 17 00:00:00 2001 From: Tancre Date: Thu, 9 Sep 2021 18:24:42 +0200 Subject: [PATCH] fixed accessibility --- open/index.html | 4 ++-- open/styles/style.css | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/open/index.html b/open/index.html index a0d6713..d34bd44 100644 --- a/open/index.html +++ b/open/index.html @@ -1,10 +1,10 @@ - + - + window.open( 🪟 ) diff --git a/open/styles/style.css b/open/styles/style.css index 6eaf167..3a0c5c1 100644 --- a/open/styles/style.css +++ b/open/styles/style.css @@ -178,17 +178,17 @@ h1 { } .iconContainer a { - color: blanchedalmond; + color: white; cursor: url(https://www.dropbox.com/s/odbhtufakz6sge2/cursor%20red.png?raw=1), auto !important; } .iconContainer a:hover { - color: blanchedalmond; + color: white; } .iconContainer a:visited { - color: blanchedalmond; + color: white; } .iconContainer a p {