Skip to content

Instantly share code, notes, and snippets.

@biwin
Created November 18, 2015 15:49
Show Gist options
  • Save biwin/84eb8c765edeb5e26f5f to your computer and use it in GitHub Desktop.
Save biwin/84eb8c765edeb5e26f5f to your computer and use it in GitHub Desktop.
Install stylebot on chrome
https://chrome.google.com/webstore/detail/stylebot/oiaejidbmkiecgbjeifoejpgmdaleoha/related?hl=en
add this styles with the url http://sassmeister.com/
.site_header {
border-bottom: 1px solid #032F2D;
background: #2F768E;
color: #fff;
text-shadow: 0 0 0.55em #02332A;
}
.site_header a.show {
background: #064D52;
}
.site_header nav>a, .site_header nav>div {
border-left: 1px solid #061E29;
}
.site_header a, .site_header nav>div {
text-shadow: 0 0 0.25em #270112;
}
.site_header a:hover, .site_header nav>div:hover {
text-shadow: 0;
background: #054A45;
}
.ace_editor {
font-family: Monaco, "SourceCodePro",monospace;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment