1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-02 02:36:24 -07:00
gochan/frontend/sass/photon/_img.scss

25 lines
No EOL
394 B
SCSS

@import '../util';
@import 'colors';
div.reply,
div.postprev,
div.inlinepostprev,
th.postblock {
background: $replycol;
border: 1px solid $replyborder;
@include border-radius(5px);
}
span.subject {
color: $subjectcol;
}
div.section-title-block {
background: $replyborder;
}
div.section-block {
@include border-radius(5px);
background: $sectionbg;
border: 1px solid $sectionborder;
}