1
0
Fork 0
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:
Eggbertx 2024-11-20 22:59:34 -08:00
parent bfac325453
commit 62784a99f7
7 changed files with 193 additions and 9 deletions

View file

@ -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 {