Skip to content

Instantly share code, notes, and snippets.

@andrIvash
Created September 3, 2019 08:29
Show Gist options
  • Select an option

  • Save andrIvash/5ca5dc457b6a9f2fc9ba4b22903ad81e to your computer and use it in GitHub Desktop.

Select an option

Save andrIvash/5ca5dc457b6a9f2fc9ba4b22903ad81e to your computer and use it in GitHub Desktop.
base styles for dark theme
:root {
background-color: #fefefe;
filter: invert(100%);
}
* {
background-color: inherit;
}
img:not([src*=".svg"]), video {
filter: invert(100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment