+
diff --git a/wwwroot/styles.css b/wwwroot/styles.css
index a101430..f818959 100644
--- a/wwwroot/styles.css
+++ b/wwwroot/styles.css
@@ -1,5 +1,5 @@
:root {
- font-family: "Segoe UI", system-ui, -apple-system, sans-serif;
+ font-family: "Baloo 2", "Nunito", "Segoe UI", system-ui, -apple-system, sans-serif;
background: #f6e9d6;
color: #2c1c0d;
}
@@ -23,7 +23,7 @@
display: flex;
width: 100%;
justify-content: space-between;
- gap: 20px;
+ gap: 30px;
background: rgba(255, 255, 255, 0.9);
border: 1px solid #e3d4bd;
border-radius: 12px;
@@ -31,12 +31,11 @@
padding: 10px 14px;
}
.status-left, .status-center, .status-right { display: flex; align-items: center; gap: 10px; }
-.inline-link { font-size: 14px; }
+.inline-link { font-size: 14px; margin-left: 5px; }
.logo-mark {
- height: 44px;
+ height: 60px;
+ margin: -10px;
width: auto;
- object-fit: contain;
- filter: drop-shadow(0 4px 10px rgba(0,0,0,0.18));
}
.counts {