Merge pull request #6 from nhoizey/patch-1

Remove duplicated code
This commit is contained in:
Lene Saile 2023-01-26 10:55:18 +01:00 committed by GitHub
commit 3454c74f7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,11 +12,6 @@
background: var(--color-secondary);
}
.card ::selection {
color: var(--color-dark);
background: var(--color-secondary);
}
.card h2 {
font-size: var(--size-step-3);
}