changed music review template to be more pleasing. song names (always formatted as <strong>) are now cyan
This commit is contained in:
parent
3fac1936ce
commit
d9e19b6756
|
|
@ -2,6 +2,12 @@
|
|||
layout: base
|
||||
---
|
||||
|
||||
<style>
|
||||
article strong {
|
||||
color: #8BE9FD;
|
||||
}
|
||||
</style>
|
||||
|
||||
<h1 class="main-title">Review: {{ album_artist }} ‐ {{ album_name }} </h1>
|
||||
|
||||
<p>{{ content | emojiReadTime }}</p>
|
||||
|
|
@ -30,6 +36,8 @@ layout: base
|
|||
</tr>
|
||||
</table>
|
||||
|
||||
<br height="50px"/>
|
||||
|
||||
<article>
|
||||
{{ content | safe }}
|
||||
</article>
|
||||
Loading…
Reference in New Issue