2025-10-26 11:37:47 +01:00
|
|
|
@use "../../hippie-style/hippie";
|
|
|
|
|
|
2025-04-12 16:41:47 +02:00
|
|
|
.songbook_song {
|
|
|
|
|
pre {
|
|
|
|
|
@extend .pre_code
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
header {
|
|
|
|
|
h2 {
|
2025-10-26 11:37:47 +01:00
|
|
|
margin-bottom: hippie.$space_basic;
|
2025-04-12 16:41:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h6 {
|
2025-10-26 11:37:47 +01:00
|
|
|
color: hippie.$color_brightest;
|
2025-04-12 16:41:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
h2+h6 {
|
|
|
|
|
margin-top: 0;
|
2025-10-26 11:37:47 +01:00
|
|
|
margin-bottom: hippie.$space_small;
|
2025-04-12 16:41:47 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|