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 c391cb2 commit 51a3833Copy full SHA for 51a3833
1 file changed
src/css/custom.css
@@ -370,6 +370,16 @@ h6 {
370
font-size: 1rem;
371
}
372
373
+/*
374
+ * Docusaurus renders the heading link's "#" with .hash-link::before.
375
+ * Its cascade layer polyfill places a specificity :not() after ::before,
376
+ * producing an invalid selector that browsers ignore.
377
+ * So we specify our own style with valid selector to make the hash visible.
378
+ */
379
+.hash-link::before {
380
+ content: '#';
381
+}
382
+
383
header {
384
font-family: var(--ifm-heading-font-family);
385
0 commit comments