hippie/source/style/modules/songbook/_songbook_module.scss
sthag 2e2091a179 feat: Add soungbook example
- Add songbook to demo
- Add macro for song
- Add style module
2025-04-12 16:41:47 +02:00

20 lines
No EOL
210 B
SCSS
Executable file

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