Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-05-25 20:38:14 +12:00
parent 469ac9bc5a
commit f10c20c7d8
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -56,7 +56,7 @@ nav .menu{
}
/* ── Body & layout ─────────────────────────────────────────── */
body {
background: url(../images/recon_ranger_logo.png) no-repeat center center fixed;
background: url(../images/recon_ranger_bg.jpg) no-repeat center center fixed;
background-size: cover;
color: #e2e8f0;
min-height: 100vh;
@@ -287,7 +287,7 @@ footer {
padding-right: 4px;
}
.timeline-day {
background: rgba(255, 255, 255, 0.04);
background: rgba(0, 0, 0, 0.3);
border: 1px solid #2d2d3a;
border-radius: 10px;
padding: 14px 18px 22px;
@@ -431,7 +431,7 @@ footer {
padding-bottom: 4px;
}
.metric-card {
background: rgba(255, 255, 255, 0.04);
background: rgba(0, 0, 0, 0.3);
border: 1px solid #2d2d3a;
border-radius: 10px;
padding: 14px 16px 16px;
Binary file not shown.

After

Width:  |  Height:  |  Size: 100 KiB