1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-05 11:06:23 -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

@ -53,15 +53,15 @@ div#topbar {
-webkit-filter: drop-shadow(2px 2px 3px #292929);
filter: drop-shadow(2px 2px 3px #292929);
z-index: 0;
/* div:hover {
background: $bglight;
} */
}
.dropdown-menu div:hover {
background: #222;
}
header, div#top-pane, a {
color: #f60;
}
#-title, #board-title {
#site-title, #board-title {
font-weight: 800;
}