fix: correções no logo, degradê e alertas

This commit is contained in:
andersonid
2025-04-02 15:02:20 -03:00
parent 1ff8e97bbc
commit e9c1f3aedf
3 changed files with 41 additions and 17 deletions

View File

@@ -97,7 +97,7 @@ document.addEventListener('DOMContentLoaded', function() {
<style>
body {
background: linear-gradient(135deg, var(--primary-color), white);
background: linear-gradient(135deg, var(--primary-color) 40%, white 100%);
min-height: 100vh;
}