Add thin gold outline to labels (pulses with shimmer)
This commit is contained in:
@@ -127,11 +127,21 @@
|
|||||||
@keyframes gold-shimmer {
|
@keyframes gold-shimmer {
|
||||||
0%, 100% {
|
0%, 100% {
|
||||||
color: #ffe699;
|
color: #ffe699;
|
||||||
text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
|
text-shadow:
|
||||||
|
-0.5px -0.5px 0 #ffd54f,
|
||||||
|
0.5px -0.5px 0 #ffd54f,
|
||||||
|
-0.5px 0.5px 0 #ffd54f,
|
||||||
|
0.5px 0.5px 0 #ffd54f,
|
||||||
|
1px 2px 2px rgba(0, 0, 0, 0.4);
|
||||||
}
|
}
|
||||||
50% {
|
50% {
|
||||||
color: #fff2c4;
|
color: #fff2c4;
|
||||||
text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.6);
|
text-shadow:
|
||||||
|
-0.5px -0.5px 0 #ffe082,
|
||||||
|
0.5px -0.5px 0 #ffe082,
|
||||||
|
-0.5px 0.5px 0 #ffe082,
|
||||||
|
0.5px 0.5px 0 #ffe082,
|
||||||
|
1px 2px 3px rgba(0, 0, 0, 0.6);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user