Skip to content

Commit 1b6f59e

Browse files
authored
update header to use brand guidelines and make dark mode hover state slightly less maximalist (#432)
1 parent 9ff242d commit 1b6f59e

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

style.css

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ kbd {
3333
renders the group title as .sidebar-group-header (the old #sidebar-title id
3434
no longer exists), and the inner h3 inherits font/size/color from it. */
3535
#navigation-items .sidebar-group-header {
36+
font-weight: 300 !important; /* Inter Light */
3637
font-size: 11px !important;
37-
font-weight: 400 !important;
38-
letter-spacing: 0.09em;
39-
color: #60646c !important;
38+
4039
}
40+
4141
html.dark #navigation-items .sidebar-group-header {
4242
color: rgba(237, 238, 240, 0.55) !important;
4343
}
@@ -49,6 +49,7 @@ html.dark #navigation-items .sidebar-group-header {
4949
padding-top: 1rem;
5050
border-top: 1px solid rgba(33, 34, 37, 0.1);
5151
}
52+
5253
html.dark #navigation-items div[class*="mt-"] > .sidebar-group-header {
5354
border-top-color: rgba(237, 238, 240, 0.1);
5455
}
@@ -243,3 +244,7 @@ html.dark .callout[class*="yellow"] {
243244
html.dark .callout[class*="yellow"] svg {
244245
color: #CAB168 !important;
245246
}
247+
248+
.dark .card:hover {
249+
border-color: rgb(223 223 223) !important;
250+
}

0 commit comments

Comments
 (0)