Skip to content

Instantly share code, notes, and snippets.

@markthomas93
Created November 24, 2022 09:50
Show Gist options
  • Save markthomas93/b3cafae7ad21e2cb36843bf0f0d6f466 to your computer and use it in GitHub Desktop.
Save markthomas93/b3cafae7ad21e2cb36843bf0f0d6f466 to your computer and use it in GitHub Desktop.
surf.darkmode.default.css
*,div,pre,textarea,body,input,td,tr,p {
background-color: #202020 !important;
background-image: none !important;
color: #bbbbbb !important;
}
h1,h2,h3,h4 {
background-color: #202020 !important;
color: #b8ddea !important;
}
img {
opacity: .5;
}
img:hover {
opacity: 1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment