Lavender Theme - Color Scheme Modifications (Dark Grey)
This file contains 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
.panel-default > .panel-heading { | |
border-color: #333 | |
} | |
.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary { | |
background-color: #333; | |
border-color: #222; | |
} | |
.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { | |
border-color: #333; | |
color: #333; | |
} | |
.btn.btn-default.btn-primary { | |
color: white; | |
} | |
a, a:hover, a:focus, .btn-link, .btn-link:hover, .btn-link:focus { | |
color: #333; | |
} | |
.panel-default { | |
border-top-color: #333 | |
} | |
.navbar-static-top, .navbar-fixed-top { | |
border-top: 2px solid #333; | |
} | |
.navbar-default .navbar-brand { | |
color: #333; | |
} | |
.topic .posts > li .topic-title { | |
color: #333; | |
} | |
.topic .postMenu, .topic .menu-icon { | |
background: #333; | |
} | |
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { | |
background-color: #333; | |
} | |
body { | |
background: #ededed; | |
} | |
.motd h1 small { | |
color: #333; | |
} | |
.home .category-item .category-header { | |
background-color: #333 !important; | |
} | |
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { | |
background-color: #333; | |
} | |
.topic .post-bar { | |
border-left: 2px solid #333; | |
} | |
.topic .posts > li { | |
border-left: 2px solid #333; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment