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);