mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-29 17:22:37 -04:00
Fix footnotes pseudo elements for offsets
This commit is contained in:
@@ -27,6 +27,12 @@
|
||||
// Scoped in typesetted content to match specificity of regular content
|
||||
.md-typeset {
|
||||
|
||||
// Remove pseudo elements inserted by permalinks extension
|
||||
html & [id^="fn:"]::before,
|
||||
html & [id^="fnref:"]::before {
|
||||
display: none;
|
||||
}
|
||||
|
||||
// Footnotes extension
|
||||
.footnote {
|
||||
color: $md-color-black--light;
|
||||
|
||||
Reference in New Issue
Block a user