increase visibility on text with no frosted background

This commit is contained in:
2026-01-09 15:58:42 -07:00
parent b1aa29e877
commit 442529261b
2 changed files with 21 additions and 8 deletions

View File

@@ -44,3 +44,16 @@
.weeklyReport {
margin-top: 1rem;
}
.text-shadow {
text-shadow:
0 2px 4px rgba(0, 0, 0, 0.5),
0 4px 8px rgba(0, 0, 0, 0.3);
}
.text-shadow-lg {
text-shadow:
0 2px 8px rgba(0, 0, 0, 0.6),
0 4px 16px rgba(0, 0, 0, 0.4),
0 8px 32px rgba(0, 0, 0, 0.2);
}