theme: support footnotes
1 files changed, 9 insertions(+), 0 deletions(-) M themes/castor/assets/css/styles.css
M themes/castor/assets/css/styles.css => themes/castor/assets/css/styles.css +9 -0
@@ 202,7 202,16 @@ footer p { color: #434343; } +.footnotes { + margin: 1rem 0 0; + font-size: 0.9em; +} +.footnotes hr { + width: 50%; + color: black; + border-radius: 0; +}