mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-09-13 13:36:24 -07:00
23 lines
642 B
SCSS
23 lines
642 B
SCSS
@use 'global/colors' as global-colors;
|
|
@use 'yotsuba/colors' as yotsuba-colors;
|
|
@use 'yotsubacommon';
|
|
|
|
@include yotsubacommon.yotsuba(
|
|
'res/yotsuba_bg.png',
|
|
yotsuba-colors.$bgcol, /* $bodybg */
|
|
maroon, /* $bodycol */
|
|
yotsuba-colors.$topbarbg,
|
|
yotsuba-colors.$topbarborder,
|
|
global-colors.$headercol,
|
|
yotsuba-colors.$postblockbg,
|
|
yotsuba-colors.$postblockborder,
|
|
yotsuba-colors.$postblockborder, /* $sectiontitlecol */
|
|
#fca, /* $sectiontitlebg */
|
|
yotsuba-colors.$borderbotright,
|
|
maroon, /* $linkcol */
|
|
#D9BfB7, /* $hrcol */
|
|
#CC1105, /* $subjectcol */
|
|
global-colors.$namecol,
|
|
yotsuba-colors.$replybg,
|
|
navy /* $postlinkcol */
|
|
);
|