Let album title editor use same font size as title itself.

This commit is contained in:
voussoir 2018-11-17 16:55:47 -08:00
parent 074594a8bc
commit 3788c844bf

View file

@ -7,6 +7,11 @@ h2, h3
{
margin-top: 0;
}
#album_metadata h2 .editor_input
{
font-size: inherit;
font-weight: inherit;
}
#description_text
{
font-family: initial;