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

20 lines
351 B
SCSS
Raw Normal View History

@import 'colors';
div.section-title-block {
background: $topbarbg;
border: 1px solid $topborder;
border-radius: 5px 5px 0px 0px;
}
div.front-intro {
border-radius: 0px;
border-width: 1px;
}
div.section-body {
border-width: 0px 1px 1px 1px;
border-style: solid;
border-color: #117743;
border-radius: 0px 0px 5px 5px;
background: #282A2E;
}