changed music review template to be more pleasing. song names (always formatted as <strong>) are now cyan

This commit is contained in:
Arian Furrer 2024-02-17 23:26:06 +01:00
parent 3fac1936ce
commit d9e19b6756
1 changed files with 8 additions and 0 deletions

View File

@ -2,6 +2,12 @@
layout: base layout: base
--- ---
<style>
article strong {
color: #8BE9FD;
}
</style>
<h1 class="main-title">Review: {{ album_artist }} &dash; {{ album_name }} </h1> <h1 class="main-title">Review: {{ album_artist }} &dash; {{ album_name }} </h1>
<p>{{ content | emojiReadTime }}</p> <p>{{ content | emojiReadTime }}</p>
@ -30,6 +36,8 @@ layout: base
</tr> </tr>
</table> </table>
<br height="50px"/>
<article> <article>
{{ content | safe }} {{ content | safe }}
</article> </article>