From 2b0a8129def8ec395aa98b111cd5b9a595fd22d7 Mon Sep 17 00:00:00 2001 From: john-emerson14 Date: Sun, 22 Mar 2020 00:13:41 -0300 Subject: [PATCH] fix: buttom hover on mobile --- style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/style.css b/style.css index 1a0ee67..83b9ef7 100644 --- a/style.css +++ b/style.css @@ -53,6 +53,7 @@ body { padding: 10px; /* 17px */ text-decoration: none; /* transition: all .25s cubic-bezier(.08, .59, .29, .99); */ + -webkit-tap-highlight-color: transparent; } @media (hover: hover) { @@ -62,6 +63,11 @@ body { } } +.link:active { + background-color: var(--accentColor); + color: var(--bgColor); +} + #profileQuote { position: relative; color: var(--accentColor);