Subtle text shadowing

This commit is contained in:
Lim Chee Aun 2023-09-23 19:16:44 +08:00
parent 1e9f0bdf39
commit d6499cf7fd

View file

@ -2191,6 +2191,9 @@ ul.link-list li a .icon {
.timeline-deck > header[hidden] {
transform: translate3d(0, calc((100% + var(--margin-top)) * -1), 0);
}
.deck > header {
text-shadow: 0 1px var(--bg-color);
}
.deck > header h1 {
font-size: 1.5em;
}