1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-05 11:06:23 -07:00
gochan/frontend/sass/yotsuba.scss

24 lines
642 B
SCSS
Raw Normal View History

@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 */
);