We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaca0aa commit e166231Copy full SHA for e166231
static/css/style.css
@@ -278,6 +278,23 @@ main a:has(span.gh-label) {
278
color: #000000;
279
}
280
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
298
/* CC Search Feature */
299
.steps-list {
300
list-style: none;
0 commit comments