mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-09-05 11:06:23 -07:00
23 lines
646 B
SCSS
23 lines
646 B
SCSS
@use 'global/colors' as global-colors;
|
|
@use 'yotsubab/colors' as yotsubab-colors;
|
|
@use 'yotsubacommon';
|
|
|
|
@include yotsubacommon.yotsuba(
|
|
'res/yotsubab_bg.png',
|
|
yotsubab-colors.$bgcol, /* $bodybg */
|
|
#000, /* $bodycol */
|
|
#D6DAF0, /* $topbarbg */
|
|
yotsubab-colors.$topbarborder,
|
|
global-colors.$headercol,
|
|
yotsubab-colors.$postblockbg,
|
|
yotsubab-colors.$postblockborder,
|
|
#000, /* $sectiontitlecol */
|
|
yotsubab-colors.$postblockbg, /* $sectiontitlebg */
|
|
yotsubab-colors.$borderbotright,
|
|
#34345C, /* $linkcol */
|
|
#B7C5D9, /* $hrcol */
|
|
#0F0C5D, /* $subjectcol */
|
|
global-colors.$namecol,
|
|
yotsubab-colors.$replybg,
|
|
navy /* $postlinkcol */
|
|
);
|