Skip to content

Instantly share code, notes, and snippets.

@Ademking
Created July 17, 2018 03:27
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/f7482d49a2b813cbb123b5642edec2ff to your computer and use it in GitHub Desktop.
Save Ademking/f7482d49a2b813cbb123b5642edec2ff to your computer and use it in GitHub Desktop.
/* Blue Theme by AdemKouki */
@import url('https://fonts.googleapis.com/css?family=Cairo');
.theme--day .header-bar {
background-color: #084bf3;
}
.header-avatar, .info , .menu, #share_button{
display: none;
}
html, .header-channel {
font-family: 'Cairo', sans-serif;
}
.removed {
display: inherit;
}
html.isIframe {
background: rgba(116, 164, 237, 0.21)
}
.post blockquote {
background: #d1d8f4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment