Skip to content

Commit 51a9bdb

Browse files
Update relatorio.html
1 parent d32cd1f commit 51a9bdb

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

relatorio.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@
2626
.header-flame { font-size:1.5rem; line-height:1; }
2727
.header-divider { width:1px; height:32px; background:rgba(255,255,255,.12); }
2828
.header-name { display:flex; flex-direction:column; }
29-
.header-name strong { color:#fff; font-size:.95rem; font-weight:700; letter-spacing:.03em; line-height:1.2; }
30-
.header-name small { color:var(--verde-light); font-size:.62rem; font-weight:600; letter-spacing:.15em; text-transform:uppercase; }
31-
.header-logo-img { height:52px; width:auto; object-fit:contain; filter:drop-shadow(0 0 6px rgba(255,120,0,.4)); }
29+
.header-name strong { color:#fff; font-size:1.1rem; font-weight:700; letter-spacing:.03em; line-height:1.2; }
30+
.header-logo-img { height:58px; width:auto; object-fit:contain; filter:brightness(1.2) drop-shadow(0 0 12px rgba(255,100,0,.7)); }
3231
.header-right { display:flex; align-items:center; gap:16px; }
3332
.header-title { display:flex; flex-direction:column; align-items:flex-end; }
3433
.header-title span:first-child { font-size:.7rem; font-weight:700; letter-spacing:.12em; text-transform:uppercase; color:var(--verde-light); }
@@ -220,7 +219,7 @@
220219

221220
<header>
222221
<div class="header-brand">
223-
<img src="logo-icon.png" alt="Vansan Therm" class="header-logo-img"
222+
<img src="logo.png" alt="Vansan Therm" class="header-logo-img"
224223
onerror="this.style.display='none';document.getElementById('flame-fallback').style.display='inline'">
225224
<span id="flame-fallback" style="display:none;font-size:1.5rem;line-height:1;">🔥</span>
226225
<div class="header-divider"></div>

0 commit comments

Comments
 (0)