22 lines
No EOL
266 B
SCSS
Executable file
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;
|
|
}
|
|
}
|
|
} |