Skip to content

Commit a9a9dfc

Browse files
committed
Docs: flip logic of sun and moon theme icons
1 parent 3c49624 commit a9a9dfc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/web/site/docs.css

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@
6060
src: url('tenor-sans-v12-latin-regular.woff2') format('woff2');
6161
}
6262

63+
64+
6365
/* Theme */
6466

6567
/* Dark theme (default) */
@@ -210,7 +212,7 @@ header .topmost {
210212
}
211213

212214
.topmost .toggle-theme-btn::before {
213-
content: "\F186"; /* moon */
215+
content: "\F185"; /* sun */
214216
position: absolute;
215217
left: calc(0% - 16px + -8px);
216218
top: calc(0% + 4px);
@@ -224,7 +226,7 @@ header .topmost {
224226
}
225227

226228
body:not([data-theme="light"]) .topmost .toggle-theme-btn::before {
227-
content: "\F185"; /* sun */
229+
content: "\F186"; /* moon */
228230
}
229231

230232
header pre {

0 commit comments

Comments
 (0)