Skip to content

Commit e166231

Browse files
committed
Synchronized build
1 parent eaca0aa commit e166231

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

static/css/style.css

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,23 @@ main a:has(span.gh-label) {
278278
color: #000000;
279279
}
280280

281+
/* Sidebar Visual Distinction */
282+
main:has( > aside.sidebar) > aside.sidebar {
283+
background-color: var(--vocabulary-brand-color-soft-gold);
284+
margin-left: 4.1rem;
285+
padding: 1em 1em 1em 4.1em;
286+
height: fit-content;
287+
}
288+
289+
main > aside.sidebar nav.filter-menu ul li.current {
290+
background: var(--vocabulary-brand-color-dark-tomato);
291+
font-weight: bold;
292+
}
293+
294+
main > aside.sidebar nav.filter-menu ul li.current a {
295+
--underline-background-color: var(--vocabulary-brand-color-dark-tomato);
296+
}
297+
281298
/* CC Search Feature */
282299
.steps-list {
283300
list-style: none;

0 commit comments

Comments
 (0)