Skip to content
Snippets Groups Projects
Commit 7942944c authored by James Arcus's avatar James Arcus
Browse files

Fix CSS

parent cb6fc278
No related merge requests found
.dark { html {
background-color: white;
}
/* FSCK CHROME FOR MAKING THIS HARDER THAN IT SHOULD BE */
html.dark {
background-color: black;
}
html.dark > * {
filter: invert(100%); filter: invert(100%);
} }
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment