diff --git a/resources/report/css/style.css b/resources/report/css/style.css index cd733cb9..115bca9c 100644 --- a/resources/report/css/style.css +++ b/resources/report/css/style.css @@ -146,22 +146,22 @@ li p { margin: 0; } li.error { - background:#ff9090; + background: #FF8A80; } li.warn { - background:#FFDD55; + background: #FFE082; } .version { - color:#2196F3; + color: #607D8B; } .crc { - color:#BC8923; + color: #795548; } .tag.add { - color:green; + color: #4CAF50; } .tag.remove { - color:red; + color: #F44336; } /* Dialogs */ diff --git a/resources/report/html/loot-plugin-card.html b/resources/report/html/loot-plugin-card.html index 683170a8..26a19be9 100644 --- a/resources/report/html/loot-plugin-card.html +++ b/resources/report/html/loot-plugin-card.html @@ -109,12 +109,10 @@ loot-clear-metadata content::content > .version { display: inline-block; margin-left: 16px; - color: #6394F8; } content::content > .crc { display: inline-block; margin-left: 16px; - color:#BC8923; } .hidden, content::content > .hidden, diff --git a/resources/report/html/loot-plugin-editor.html b/resources/report/html/loot-plugin-editor.html index 4dfa1848..5bf761b3 100644 --- a/resources/report/html/loot-plugin-editor.html +++ b/resources/report/html/loot-plugin-editor.html @@ -58,11 +58,11 @@ loot-editor-close } #version { margin-left: 16px; - color:#6394F8; + color: #607D8B; } #crc { margin-left: 16px; - color:#BC8923; + color: #795548; } :host-context(#main[data-hide-version]) #version, :host-context(#main[data-hide-crc]) #crc {