...vibing UI and fixing doc links

This commit is contained in:
2026-06-17 22:11:06 -04:00
parent 1d05e18306
commit 512f739d4c
5 changed files with 39 additions and 27 deletions
+6 -7
View File
@@ -6,15 +6,18 @@
main {
flex: 1;
background: #0f0f0f;
min-height: 100vh;
}
.sidebar {
background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
background: #141414;
border-right: 1px solid #222;
}
.top-row {
background-color: #f7f7f7;
border-bottom: 1px solid #d6d5d5;
background-color: #1a1a1a;
border-bottom: 1px solid #2a2a2a;
justify-content: flex-end;
height: 3.5rem;
display: flex;
@@ -40,10 +43,6 @@ main {
.top-row {
justify-content: space-between;
}
.top-row ::deep a, .top-row ::deep .btn-link {
margin-left: 0;
}
}
@media (min-width: 641px) {