Skip to content

Instantly share code, notes, and snippets.

@Ademking
Created April 10, 2019 15:14
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/ca7fe731fb15b5e1e143694915edc032 to your computer and use it in GitHub Desktop.
Save Ademking/ca7fe731fb15b5e1e143694915edc032 to your computer and use it in GitHub Desktop.
Fest App
/* Blue Theme by AdemKouki - 2019 */
@import url('https://fonts.googleapis.com/css?family=Cairo');
.theme--day .header-bar {
background-color: #0083ff;
}
.header-avatar, .info , .menu, #share_button{
display: none;
}
html, .header-channel {
font-family: 'Cairo', sans-serif;
}
.removed {
display: inherit;
}
html.isIframe {
background: #f1f6fd;
}
.post blockquote {
background: #d1d8f4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment