inverts color of text within "main" <div>

This commit is contained in:
Cody 2023-03-05 09:50:56 -08:00 committed by GitHub
parent 6c90ec812f
commit a60cf40a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,12 @@ body {
padding-top: 7rem; padding-top: 7rem;
} }
.div main {
color: black;
filter: invert(1);
mix-blend-mode: difference;
}
.table > :not(caption) > * > * { .table > :not(caption) > * > * {
box-shadow: none; box-shadow: none;
} }