Skip to content

Instantly share code, notes, and snippets.

@qoli
Last active December 19, 2019 18:25
Show Gist options
  • Save qoli/dfb093a8f736ad48c2da39b813c64d08 to your computer and use it in GitHub Desktop.
Save qoli/dfb093a8f736ad48c2da39b813c64d08 to your computer and use it in GitHub Desktop.
Dark for all
/* ==UserStyle==
@name Dark for all
@author Cascadea User
@version 1.0
@namespace cascadea2015508881
==/UserStyle== */
ul, li, table, tr, td, nav, h1, h2, h3, h4, h5, h6, p, header, section, dt, dd, dl, article, hr, label, strong, aside {
color: #bbb !important;
border-color: #333 !important;
/*background: #222 !important;*/
/*background-color: #222 !important;*/
}
html, body {
color: #bbb !important;
background: #222 !important;
background-color: #222 !important;
}
a {
color: #bbb !important;
/*background: #222 !important;*/
/*background-color: #222 !important;*/
box-shadow: none !important;
border-color: #333 !important;
border-radius: 2px;
/*filter: invert(100%);*/
}
header {
background: none !important;
background-color: rbga(0, 0, 0, 0.0) !important;
}
div {
color: #bbb !important;
border-color: #333 !important;
background: #222 !important;
background-color: #222 !important;
}
strong {
color: #fff !important;
}
div:after, div:before {
border-color: #333 !important;
}
input, textarea {
color: #666 !important;
filter: invert(100%) !important;
}
blockquote {
background: none !important;
}
span {
border-color: #666 !important;
background: none !important;
}
pre span {
filter: invert(100%);
}
code, pre {
color: #fff !important;
text-shadow: none !important;
background-color: rgb(28, 28, 28) !important;
background-image: none !important;
}
a {
color: rgb(30, 158, 191) !important;
text-shadow: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment