Skip to content

Commit af61485

Browse files
committed
docs: theming for docs
1 parent debda5a commit af61485

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/src/css/custom.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,3 +127,11 @@
127127
height: var(--size) !important;
128128
margin-left: 8px;
129129
}
130+
131+
.navbar {
132+
background: linear-gradient(350deg, #e2e2f3, rgb(239 254 239));
133+
}
134+
135+
[data-theme="dark"] .navbar {
136+
background: linear-gradient(350deg, #1b1b1d, #262b2e);
137+
}

0 commit comments

Comments
 (0)