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 80b90f4 commit 488bb45Copy full SHA for 488bb45
docs/stylesheets/extra.css
@@ -12,6 +12,10 @@
12
--md-default-fg-color--lightest: rgba(0, 0, 0, 0.07);
13
}
14
15
+[data-md-color-scheme="default"] {
16
+ --md-code-hl-comment-color: var(--dub-fill-red);
17
+}
18
+
19
/* consistency with other DUB pages */
20
21
html {
mkdocs.yml
@@ -43,6 +43,8 @@ plugins:
43
markdown_extensions:
44
- admonition
45
- pymdownx.highlight:
46
+ extend_pygments_lang:
47
+ - {"name": "sdl", "lang": "scilab"}
48
anchor_linenums: true
49
- pymdownx.inlinehilite
50
- pymdownx.snippets
0 commit comments