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

23 lines
454 B
SCSS

@import 'global/colors';
@import 'yotsuba/colors';
@import 'yotsubacommon';
@include yotsuba(
'res/yotsuba_bg.png',
$bgcol, /* $bodybg */
maroon, /* $bodycol */
$topbarbg,
$topbarborder,
$headercol,
$postblockbg,
$postblockborder,
$postblockborder, /* $sectiontitlecol */
#fca, /* $sectiontitlebg */
$borderbotright,
maroon, /* $linkcol */
#D9BfB7, /* $hrcol */
#CC1105, /* $subjectcol */
$namecol,
$replybg,
navy /* $postlinkcol */
);