Remove duplicated code

This code was there twice
This commit is contained in:
Nicolas Hoizey 2023-01-26 10:53:15 +01:00 committed by GitHub
parent 024d957927
commit 53e7d2f33b
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);
}