diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html index 6cb39b83..ca66bfde 100644 --- a/resources/report/html/loot-plugin-card.html +++ b/resources/report/html/loot-plugin-card.html @@ -85,6 +85,10 @@ loot-clear-metadata } /* Content styling. */ + content::content * { + font-weight: 400; + font-size: 1rem; + } content::content > .tag, content::content > ul { display: block; @@ -92,8 +96,6 @@ loot-clear-metadata } content::content > h1 { display: inline-block; - font-weight: 400; - font-size: 1rem; margin: 0; } content::content > .version { diff --git a/resources/report/html/loot-plugin-editor.html b/resources/report/html/loot-plugin-editor.html index 155b59d1..7929753b 100644 --- a/resources/report/html/loot-plugin-editor.html +++ b/resources/report/html/loot-plugin-editor.html @@ -47,19 +47,19 @@ loot-editor-close } /* Content styling. */ - h1 { + core-toolbar > div { display: inline-block; font-weight: 400; font-size: 1rem; + } + h1 { margin: 0; } #version { - display: inline-block; margin-left: 16px; color:#6394F8; } #crc { - display: inline-block; margin-left: 16px; color:#BC8923; }