1
0
mirror of https://github.com/suk-ws/ph-Bookshelf.git synced 2024-12-05 09:26:52 +08:00
ph-Bookshelf/assets/bread-card-markdown-footnote.css

31 lines
1.2 KiB
CSS
Raw Normal View History

/******************************************************************************
##############################################################################
##### #####
##### Markdown StyleSheet of ui design BreadCard #####
##### extended support #####
##### for footnote[^1] #####
##### #####
##### @author: Sukazyo Workshop #####
##### @version 1.0 #####
##### #####
##############################################################################
******************************************************************************/
.footnote-ref {
display: inline-block;
border-style: solid;
border-width: 0.15em;
padding: 0 0.2em;
transform: scale(0.6) translate(-0.4em, -0.4em);
margin: 0 -0.5em;
font-weight: 900;
}
.footnote::marker {
font-weight: bolder;
}
.footnote .footnote-backref {
font-size: smaller;
}