Refactor code structure for improved readability and maintainability
This commit is contained in:
@@ -56,7 +56,7 @@ nav .menu{
|
|||||||
}
|
}
|
||||||
/* ── Body & layout ─────────────────────────────────────────── */
|
/* ── Body & layout ─────────────────────────────────────────── */
|
||||||
body {
|
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;
|
background-size: cover;
|
||||||
color: #e2e8f0;
|
color: #e2e8f0;
|
||||||
min-height: 100vh;
|
min-height: 100vh;
|
||||||
@@ -287,7 +287,7 @@ footer {
|
|||||||
padding-right: 4px;
|
padding-right: 4px;
|
||||||
}
|
}
|
||||||
.timeline-day {
|
.timeline-day {
|
||||||
background: rgba(255, 255, 255, 0.04);
|
background: rgba(0, 0, 0, 0.3);
|
||||||
border: 1px solid #2d2d3a;
|
border: 1px solid #2d2d3a;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 14px 18px 22px;
|
padding: 14px 18px 22px;
|
||||||
@@ -431,7 +431,7 @@ footer {
|
|||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
}
|
}
|
||||||
.metric-card {
|
.metric-card {
|
||||||
background: rgba(255, 255, 255, 0.04);
|
background: rgba(0, 0, 0, 0.3);
|
||||||
border: 1px solid #2d2d3a;
|
border: 1px solid #2d2d3a;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
padding: 14px 16px 16px;
|
padding: 14px 16px 16px;
|
||||||
|
|||||||
Binary file not shown.
|
After Width: | Height: | Size: 100 KiB |
Reference in New Issue
Block a user