Dark gold outline (0.3px, dark goldenrod)

This commit is contained in:
Aaron D. Lee
2026-01-07 19:57:33 -05:00
parent e7954c63e4
commit 34e417fb55

View File

@@ -129,19 +129,19 @@
0%, 100% { 0%, 100% {
color: #ffe699; color: #ffe699;
text-shadow: text-shadow:
-0.5px -0.5px 0 #ffd54f, -0.3px -0.3px 0 #b8860b,
0.5px -0.5px 0 #ffd54f, 0.3px -0.3px 0 #b8860b,
-0.5px 0.5px 0 #ffd54f, -0.3px 0.3px 0 #b8860b,
0.5px 0.5px 0 #ffd54f, 0.3px 0.3px 0 #b8860b,
1px 2px 2px rgba(0, 0, 0, 0.4); 1px 2px 2px rgba(0, 0, 0, 0.4);
} }
50% { 50% {
color: #fff2c4; color: #fff2c4;
text-shadow: text-shadow:
-0.5px -0.5px 0 #ffe082, -0.3px -0.3px 0 #cc9a0c,
0.5px -0.5px 0 #ffe082, 0.3px -0.3px 0 #cc9a0c,
-0.5px 0.5px 0 #ffe082, -0.3px 0.3px 0 #cc9a0c,
0.5px 0.5px 0 #ffe082, 0.3px 0.3px 0 #cc9a0c,
1px 2px 3px rgba(0, 0, 0, 0.6); 1px 2px 3px rgba(0, 0, 0, 0.6);
} }
} }