inverts color of text within "main" <div>
This commit is contained in:
parent
6c90ec812f
commit
a60cf40a3c
@ -4,6 +4,12 @@ body {
|
||||
padding-top: 7rem;
|
||||
}
|
||||
|
||||
.div main {
|
||||
color: black;
|
||||
filter: invert(1);
|
||||
mix-blend-mode: difference;
|
||||
}
|
||||
|
||||
.table > :not(caption) > * > * {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
Reference in New Issue
Block a user