Update common.css

This commit is contained in:
DJObleezy 2025-03-25 08:37:44 -07:00 committed by GitHub
parent 5e25b5a485
commit d19f3ee11c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -263,17 +263,17 @@ h1 {
.yellow-glow { .yellow-glow {
color: #ffd700 !important; color: #ffd700 !important;
text-shadow: 0 0 6px #ffd700, 0 0 12px #ffd700; text-shadow: 0 0 6px #ffd700, 0 0 10px #ffd700;
} }
.blue-glow { .blue-glow {
color: #00dfff !important; color: #00dfff !important;
text-shadow: 0 0 6px #00dfff, 0 0 12px #00dfff; text-shadow: 0 0 6px #00dfff, 0 0 10px #00dfff;
} }
.white-glow { .white-glow {
color: #ffffff !important; color: #ffffff !important;
text-shadow: 0 0 6px #ffffff, 0 0 12px #ffffff; text-shadow: 0 0 6px #ffffff, 0 0 10px #ffffff;
} }
/* Basic color classes for backward compatibility */ /* Basic color classes for backward compatibility */