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

20 lines
No EOL
362 B
SCSS

@use 'colors';
div.section-title-block {
background: colors.$topbarbg;
border: 1px solid colors.$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;
}