X-Git-Url: http://unremediatedgender.space/source?a=blobdiff_plain;f=theme%2Fstatic%2Fcss%2Fmain.css;h=d63eb710801de3e2ce85838a16acf1ad4f00ac01;hb=0113016af9ff7a71a1c7605506d556f70a968e78;hp=6586dfefcf807f4d88d116a96eefad5d04653846;hpb=5fd5deb7075a540ee5f5ef280e81710ec154f634;p=Ultimately_Untrue_Thought.git diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 6586dfe..d63eb71 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -364,3 +364,19 @@ span.photo-credit { p.flower-break { text-align: center; } + +.footnote { + font-size: 85%; +} + +.comments-link-container { + font-weight: bold; + font-size: 85%; +} + +// XXX—why isn't this working?! +// https://stackoverflow.com/questions/15643614/double-underline-tag +.extra-underline { + text-decoration: underline; + border-bottom: 3px double solid #000; +}