hippie/source/style/modules/songbook/_songbook_module.scss
2025-10-26 11:37:47 +01:00

22 lines
No EOL
266 B
SCSS
Executable file

@use "../../hippie-style/hippie";
.songbook_song {
pre {
@extend .pre_code
}
header {
h2 {
margin-bottom: hippie.$space_basic;
}
h6 {
color: hippie.$color_brightest;
}
h2+h6 {
margin-top: 0;
margin-bottom: hippie.$space_small;
}
}
}