fix: Reduce shadow, use proper color in card

This commit is contained in:
moanos [he/him] 2024-08-06 09:01:29 +02:00
parent 1c0f39baea
commit ba1293b58a

View File

@ -378,9 +378,14 @@ select, .button {
color: var(--text-two);
}
.card h1 {
.card h1 {
color: var(--text-three);
text-shadow: 2px 2px var(--shadow-three);
text-shadow: 1px 1px var(--shadow-three);
}
.card h2 {
color: var(--text-three);
text-shadow: 1px 1px var(--shadow-three);
}
.card img {