Skip to content

Instantly share code, notes, and snippets.

@aido179
Created March 6, 2019 14:39
Show Gist options
  • Save aido179/ffeb063cfc630728870050056ddd5de8 to your computer and use it in GitHub Desktop.
Save aido179/ffeb063cfc630728870050056ddd5de8 to your computer and use it in GitHub Desktop.
Possible theme tweaks for @devxvda
body{
background-color:rgb(23,24,27) !important;
color: rgb(225,224,219) !important
}
h1, h2, h3, h4, h5, h6, p, a, i {
color: rgb(225,224,219) !important
}
.header-nav-bar{
background-color: rgba(23, 24, 28, 0.8) !important;
}
.header-search-bar{
border-left-color: rgb(92, 92, 92) !important;
}
.blog-excerpt, .section-title{
border-bottom: 1px solid #f4f4f4 !important;
border-bottom-color: rgb(53, 53, 53) !important;
}
.theme-btn{
border-top-color: rgb(9, 209, 174) !important;
border-right-color: rgb(9, 209, 174) !important;
border-bottom-color: rgb(9, 209, 174) !important;
border-left-color: rgb(9, 209, 174) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment