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

37 lines
No EOL
497 B
SCSS

@import 'colors';
@import '../global/colors';
h1#board-title {
font-family: serif;
font-size: 24pt;
color: $headercol;
}
.postblock {
background:#9988EE;
}
div.file-info {
font-size:12px;
font-family:sans-serif;
}
span.postername {
font-size:12px;
font-family:serif;
color: $namecol;
font-weight:800;
}
div.reply,
select.post-actions,
div.postprev,
div.inlinepostprev {
background:#D6DAF0;
}
select.post-actions,
div.postprev,
div.inlinepostprev {
border: 1px solid $bordercol;
}