style: Update sidebar color and optimize print layout

Changes sidebar gradient to neutral gray and adds compact print styles
for better paper usage when printing reports.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-01 23:57:02 -05:00
parent 97fa90357b
commit 079f5b1085
2 changed files with 82 additions and 2 deletions

View File

@@ -20,6 +20,10 @@ a, .btn-link {
box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}
.nav-link {
padding-left: 10px;
}
.content {
padding-top: 1.1rem;
}
@@ -76,7 +80,7 @@ main {
}
.sidebar {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
background-image: linear-gradient(180deg, rgb(83 83 83) 0%, #2f2f2f 70%);
}
.top-row {