Skip to content

Commit 63d7099

Browse files
committed
toolbar shadow
1 parent 9c36923 commit 63d7099

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/css/docs-ndl.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,16 @@ body.docs-ndl .nav-menu .nav-item > a > strong {
140140

141141
/* end of nav */
142142

143+
/* toolbar */
144+
145+
body.docs-ndl .toolbar {
146+
box-shadow: none;
147+
}
148+
149+
/* body.docs-ndl.explainer .toolbar {
150+
background-color: rgba(var(--colors-neutral-10));
151+
} */
152+
143153
body.docs-ndl .doc a {
144154
text-decoration: none;
145155
}

0 commit comments

Comments
 (0)