2021-03-24 11:26:58 -07:00
|
|
|
@import 'global/colors';
|
2021-03-22 09:54:08 -07:00
|
|
|
@import 'yotsuba/colors';
|
2021-03-23 00:05:51 -07:00
|
|
|
@import 'yotsubacommon';
|
|
|
|
|
|
|
|
@include yotsuba(
|
|
|
|
'res/yotsuba_bg.png',
|
|
|
|
$bgcol, /* $bodybg */
|
|
|
|
maroon, /* $bodycol */
|
|
|
|
$topbarbg,
|
|
|
|
$topbarborder,
|
2021-03-24 11:26:58 -07:00
|
|
|
$headercol,
|
2021-03-23 00:05:51 -07:00
|
|
|
$postblockbg,
|
|
|
|
$postblockborder,
|
|
|
|
$postblockborder, /* $sectiontitlecol */
|
|
|
|
#fca, /* $sectiontitlebg */
|
|
|
|
$borderbotright,
|
|
|
|
maroon, /* $linkcol */
|
|
|
|
#D9BfB7, /* $hrcol */
|
|
|
|
#CC1105, /* $subjectcol */
|
2021-03-24 11:26:58 -07:00
|
|
|
$namecol,
|
2021-03-23 00:05:51 -07:00
|
|
|
$replybg,
|
|
|
|
navy /* $postlinkcol */
|
|
|
|
);
|