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 9834c75 commit ef4bec0Copy full SHA for ef4bec0
style/garden.css
@@ -287,7 +287,11 @@ nav li.nav_intro h1 a:after { content: 'i'; font-style: italic; }
287
#array:after, nav li.nav_array h1 a:after { content: '[ ]'; }
288
#types:after, nav li.nav_types h1 a:after { content: '='; font-weight: bold; }
289
#core:after, nav li.nav_core h1 a:after { content: 'js'; }
290
-#appendix:after, nav li.nav_appendix h1 a:after { content: '*'; }
+
291
+#appendix:after, nav li.nav_appendix h1 a:after {
292
+ content: '*';
293
+ font-size: 130px;
294
+}
295
296
#function:after, nav li.nav_function h1 a:after {
297
content: 'f(x)';
0 commit comments