fix(styles): CSS webkit warnings

This commit is contained in:
alexsparkes
2024-02-19 20:05:23 +00:00
parent ffb1c513c9
commit e0ced3de08

View File

@@ -4,6 +4,7 @@
font-size: 0.8em;
text-shadow: 0 0 10px rgb(0 0 0 / 30%);
cursor: initial;
-webkit-user-select: none;
user-select: none;
--shadow-shift: 0.125rem;
@@ -16,6 +17,7 @@
.quoteauthor {
font-size: 0.9em;
letter-spacing: 0.5px;
-webkit-user-select: none;
user-select: none;
--shadow-shift: 0.125rem;
@@ -34,6 +36,7 @@ h1.quoteauthor {
.quoteAuthorLink {
text-decoration: none;
color: white;
-webkit-user-select: none;
user-select: none;
}