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 3c49624 commit a9a9dfcCopy full SHA for a9a9dfc
docs/web/site/docs.css
@@ -60,6 +60,8 @@
60
src: url('tenor-sans-v12-latin-regular.woff2') format('woff2');
61
}
62
63
+
64
65
/* Theme */
66
67
/* Dark theme (default) */
@@ -210,7 +212,7 @@ header .topmost {
210
212
211
213
214
.topmost .toggle-theme-btn::before {
- content: "\F186"; /* moon */
215
+ content: "\F185"; /* sun */
216
position: absolute;
217
left: calc(0% - 16px + -8px);
218
top: calc(0% + 4px);
@@ -224,7 +226,7 @@ header .topmost {
224
226
225
227
228
body:not([data-theme="light"]) .topmost .toggle-theme-btn::before {
- content: "\F185"; /* sun */
229
+ content: "\F186"; /* moon */
230
231
232
header pre {
0 commit comments