heisbuba commited on
Commit
0f92239
·
verified ·
1 Parent(s): 6d20503

Update src/templates/base.html

Browse files
Files changed (1) hide show
  1. src/templates/base.html +5 -6
src/templates/base.html CHANGED
@@ -401,24 +401,23 @@ input:focus { outline: none; border-color: var(--accent-green); }
401
  <div class="header">
402
  <h1>
403
  <a href="{{ url_for('main.home') if session.get('user_id') else url_for('main.index') }}"
404
- style="display: flex; align-items: center; gap: 4px; text-decoration: none;">
405
 
406
- <svg width="28" height="28" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg" style="margin-bottom: 2px;">
 
407
  <rect width="512" height="512" rx="120" fill="#151a1e"/>
408
-
409
  <path d="M380 380L430 430" stroke="#ffffff" stroke-width="32" stroke-linecap="round"/>
410
  <circle cx="256" cy="256" r="160" stroke="#ffffff" stroke-width="32"/>
411
-
412
  <rect x="190" y="270" width="30" height="60" rx="4" fill="var(--accent-green)"/>
413
  <rect x="241" y="230" width="30" height="100" rx="4" fill="var(--accent-green)"/>
414
  <rect x="292" y="190" width="30" height="140" rx="4" fill="var(--accent-green)"/>
415
  </svg>
416
 
417
- <span style="font-weight: 800; font-size: 1.4rem; letter-spacing: -0.8px; color: #fff;">
418
  uant<span style="color: var(--accent-green);">VAT</span>
419
  </span>
420
  </a>
421
-
422
  </h1>
423
  <div style="display: flex; align-items: center; gap: 5px;">
424
 
 
401
  <div class="header">
402
  <h1>
403
  <a href="{{ url_for('main.home') if session.get('user_id') else url_for('main.index') }}"
404
+ style="display: flex; align-items: center; gap: 0; text-decoration: none;">
405
 
406
+ <svg width="28" height="28" viewBox="0 0 512 512" fill="none" xmlns="http://www.w3.org/2000/svg"
407
+ style="margin-bottom: 2px; margin-right: -2px; flex-shrink: 0;">
408
  <rect width="512" height="512" rx="120" fill="#151a1e"/>
 
409
  <path d="M380 380L430 430" stroke="#ffffff" stroke-width="32" stroke-linecap="round"/>
410
  <circle cx="256" cy="256" r="160" stroke="#ffffff" stroke-width="32"/>
 
411
  <rect x="190" y="270" width="30" height="60" rx="4" fill="var(--accent-green)"/>
412
  <rect x="241" y="230" width="30" height="100" rx="4" fill="var(--accent-green)"/>
413
  <rect x="292" y="190" width="30" height="140" rx="4" fill="var(--accent-green)"/>
414
  </svg>
415
 
416
+ <span style="font-weight: 800; font-size: 1.4rem; letter-spacing: -1px; color: #fff; line-height: 1;">
417
  uant<span style="color: var(--accent-green);">VAT</span>
418
  </span>
419
  </a>
420
+
421
  </h1>
422
  <div style="display: flex; align-items: center; gap: 5px;">
423