Skip to content

Instantly share code, notes, and snippets.

@Ademking
Created July 17, 2018 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ademking/c3012da4f7309fa6d70e56f5a013360f to your computer and use it in GitHub Desktop.
Save Ademking/c3012da4f7309fa6d70e56f5a013360f to your computer and use it in GitHub Desktop.
/* Red Theme by AdemKouki */
@import url('https://fonts.googleapis.com/css?family=Cairo');
.theme--day .header-bar {
background-color: #f30808;
}
.header-avatar, .info , .menu, #share_button{
display: none;
}
html, .header-channel {
font-family: 'Cairo', sans-serif;
}
.removed {
display: inherit;
}
html.isIframe {
background: rgba(237, 116, 116, 0.21)
}
.post blockquote {
background: #f4d1d1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment