fix: buttom hover on mobile

This commit is contained in:
john-emerson14
2020-03-22 00:13:41 -03:00
parent e8dc7594f6
commit 2b0a8129de

View File

@@ -53,6 +53,7 @@ body {
padding: 10px; /* 17px */ padding: 10px; /* 17px */
text-decoration: none; text-decoration: none;
/* transition: all .25s cubic-bezier(.08, .59, .29, .99); */ /* transition: all .25s cubic-bezier(.08, .59, .29, .99); */
-webkit-tap-highlight-color: transparent;
} }
@media (hover: hover) { @media (hover: hover) {
@@ -62,6 +63,11 @@ body {
} }
} }
.link:active {
background-color: var(--accentColor);
color: var(--bgColor);
}
#profileQuote { #profileQuote {
position: relative; position: relative;
color: var(--accentColor); color: var(--accentColor);