mirror of
https://github.com/johnggli/linktree.git
synced 2026-08-16 22:46:04 +01:00
fix: buttom hover on mobile
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user