X-Git-Url: http://unremediatedgender.space/source?a=blobdiff_plain;f=theme%2Fstatic%2Fcss%2Fmain.css;h=d63eb710801de3e2ce85838a16acf1ad4f00ac01;hb=0113016af9ff7a71a1c7605506d556f70a968e78;hp=8531a766942641e62e60e8c21aa509f441fe776e;hpb=3eb6f065d4005a2e7cd42cfa455bcdec23c2ab79;p=Ultimately_Untrue_Thought.git diff --git a/theme/static/css/main.css b/theme/static/css/main.css index 8531a76..d63eb71 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -368,3 +368,15 @@ p.flower-break { .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; +}