mirror of
https://github.com/mue/mue.git
synced 2026-06-12 03:28:46 +02:00
fix(styles): CSS webkit warnings
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user