fix: Reduce shadow, use proper color in card
This commit is contained in:
parent
1c0f39baea
commit
ba1293b58a
@ -380,7 +380,12 @@ select, .button {
|
|||||||
|
|
||||||
.card h1 {
|
.card h1 {
|
||||||
color: var(--text-three);
|
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 {
|
.card img {
|
||||||
|
Loading…
Reference in New Issue
Block a user