1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-07 06:06:23 -07:00
gochan/frontend/sass/pipes/_front.scss

36 lines
547 B
SCSS

@import 'colors';
@import '../util';
.dropdown-button:hover {
background: $bglight;
}
.section-body {
background: #606060;
}
.section-title-block {
background: $topbarcol;
border-radius: 4px 4px 0px 0px;
}
.tab {
background: $bglight;
border: 1px solid $bgcol;
}
#current-tab {
background: $bgcol;
}
div#recent-posts-header {
// @include box-shadow(0px 2px 2px 3px $shadowcol);
@include shadow-filter(0px 2px 3px $shadowcol);
margin-bottom: 8px;
padding: 4px 8px 4px 8px;
}
.postblock {
background: $bgcol;
font-weight: 700;
}