`$cmd`;
}
$lyrics_html = file_get_contents($htmlFile);
+ $lyrics_html = str_replace('<img src="', '<img src="/storage/' . $lyrics_doc->id . '/html/', $lyrics_html);
//$lyrics_html = str_replace('<style', '<style scoped', $lyrics_html);
}
} catch (\Exception $e) {
@media (prefers-color-scheme: dark)
color: #fff
font-size: 0.65em
+
&.order
font-size: 1em
margin-right: 10px
&.fromdoc
padding: 20px 0
- p,font
- font-size: calc(16px*var(--text-multi)) !important
+
+ p, font
+ font-size: calc(16px * var(--text-multi)) !important
font-family: $slab !important
color: #000 !important
@media (prefers-color-scheme: dark)
color: #fff !important
+ img
+ max-width: 100%
+ height: auto
+
&.fromnotion
margin: 0 !important
font-family: $slab !important
&.notes
font-family: "Dancing Script", cursive !important
padding-top: 20px
+
p
font-size: 1.35em !important
ul
list-style: none
+
li
margin: 7px 0 7px 30px
font-size: 1.4em