fix: Reduce shadow, use proper color in card
This commit is contained in:
parent
1c0f39baea
commit
ba1293b58a
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user