hippie/source/style/modules/songbook/_songbook_module.scss

20 lines
210 B
SCSS
Raw Normal View History

.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;
}
}
}