.navbar.navbar-default, .dropdown-menu, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { | |
background-color: #424242; | |
} | |
a { | |
color: #424242; | |
font-weight: 400; | |
} | |
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .entry-title { | |
color: #424242; | |
} | |
.research { | |
padding: 15px; | |
border: 3px solid #efefef; | |
margin: 10px; | |
height: 170px; | |
background-color: #fff; | |
} | |
.research h2 { | |
font-size: 1.7em; | |
} | |
.search { | |
height: 250px; | |
overflow: scroll; | |
border-radius: 3px; | |
background-color: #fff; | |
border: 3px solid #efefef; | |
} | |
.site-description { | |
display: none; | |
} | |
.search h3 { | |
margin-top: 7px; | |
margin-bottom: 5px; | |
border-bottom: 1px solid #efefef; | |
} | |
.customize-breadcrumb { | |
display: none; | |
} | |
.logo { | |
width: 100%; | |
} | |
hr.section-divider::after { | |
content: none; | |
} | |
.author-list .user { | |
margin: 5px; | |
border: 1px solid #efefef; | |
padding: 3px; | |
background: #424242; | |
} | |
.user .name { | |
color: #fff; | |
font-weight: 500; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment