1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-03 23:56:22 -07:00
gochan/sass/bunkerchan.scss
Eggbertx 2a3822fa28 Remove unnecessary important tags from stylesheets
Also add option to only install CSS files
2021-12-29 11:31:27 -08:00

41 lines
No EOL
578 B
SCSS

@import 'bunkerchan/colors';
@import 'bunkerchan/front';
@import 'bunkerchan/img';
@import 'util';
body {
background: $bgcol;
color: $color;
font-family: $font-family;
font-size: 70%;
}
header {
color: #663E11;
}
hr {
color: #117743;
}
a, a:visited {
color: $topborder;
text-decoration: none;
}
div#staff, select.post-actions {
background: $topbarbg;
border: 1px solid $topborder;
}
div#topbar,
div#topbar a,
div#topbar a:visited
div#threadlinks-top {
background: $topbarbg;
border-bottom: 1px solid $topborder;
}
table#pages, table#pages * {
border: none;
}