Skip to content

Instantly share code, notes, and snippets.

@Ademking
Last active July 17, 2018 03:30
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/ef167c05470cd2debb8a69811b45f5d8 to your computer and use it in GitHub Desktop.
Save Ademking/ef167c05470cd2debb8a69811b45f5d8 to your computer and use it in GitHub Desktop.
/* Pink Theme by AdemKouki */
@import url('https://fonts.googleapis.com/css?family=Cairo');
.theme--day .header-bar {
background-color: #f82487;
}
.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, 172, 0.21)
}
.post blockquote {
background: #f4d1dc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment