We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb25297 commit ce51a77Copy full SHA for ce51a77
templates/macros.html
@@ -30,6 +30,7 @@
30
case "ayu":
31
stylesheet = "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/styles/dark.min.css";
32
break;
33
+ case "null": // The user is visiting docs.rs for the first time and hasn't set a theme yet.
34
case "light":
35
stylesheet = "https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.4.0/styles/github.min.css";
36
0 commit comments