Skip to content

Commit e22b514

Browse files
committed
flip backgrounds in home and hub pages
1 parent 540f801 commit e22b514

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

src/css/docs-ndl.css

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,8 @@
1515
}
1616
}
1717

18-
body.docs-ndl.hub,
19-
body.docs-ndl.explainer {
20-
background: rgba(var(--colors-neutral-15));
21-
}
22-
2318
/* nav */
2419

25-
body.docs-ndl .nav {
26-
background: rgba(var(--colors-neutral-10));
27-
}
28-
2920
body.docs-ndl.explainer .nav-panel-menu {
3021
scrollbar-width: none;
3122
}
@@ -622,7 +613,6 @@ body.docs-ndl .cards .sectionbody > div.sect2 {
622613

623614
body.docs-ndl .cards.bottom-cards .sectionbody > div.sect2 {
624615
flex: 0 1 49%;
625-
border: 0;
626616
}
627617

628618
body.docs-ndl.explainer .sectionbody > div.sect2 {
@@ -684,7 +674,7 @@ body.docs-ndl .cards .sect2 > a,
684674
body.docs-ndl .cards:not(.selectable) .sect2 > a,
685675
body.docs-ndl .widget:not(.video) {
686676
/* box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.06); */
687-
border: none;
677+
border: 1px solid var(--panel-border-color);
688678
border-radius: 1rem;
689679
}
690680

0 commit comments

Comments
 (0)