mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-09-02 20:56:24 -07:00
Add Dark Bunker theme
This commit is contained in:
parent
bfac325453
commit
62784a99f7
7 changed files with 193 additions and 9 deletions
|
@ -18,19 +18,17 @@ div#topbar, div.dropdown-menu {
|
|||
}
|
||||
|
||||
div#topbar {
|
||||
// @include box-shadow(0px 2px 2px 2px $shadowcol);
|
||||
@include shadow-filter(0px 2px 2px $shadowcol);
|
||||
}
|
||||
|
||||
.dropdown-menu {
|
||||
color: #FFF;
|
||||
background: #000!important;
|
||||
// @include box-shadow(2px 2px 2px 3px $shadowcol);
|
||||
@include shadow-filter(2px 2px 3px $shadowcol);
|
||||
z-index: 0;
|
||||
/* div:hover {
|
||||
background: $bglight;
|
||||
} */
|
||||
div:hover {
|
||||
background: $dropdowncol;
|
||||
}
|
||||
}
|
||||
|
||||
header, div#top-pane, a {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue