Created
July 17, 2018 03:27
-
-
Save Ademking/f7482d49a2b813cbb123b5642edec2ff to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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