X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=theme%2Fstatic%2Fcss%2Fmain.css;h=057c4d0b99b3b25ba431e4aca16a05223500bb60;hp=db4740dab4ef90031bd2655ea225a6e4b281b2f1;hb=HEAD;hpb=45c4e87fe44230c1935d7a52b51d0689954e3016 diff --git a/theme/static/css/main.css b/theme/static/css/main.css index db4740d..c8fdbf8 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -417,11 +417,23 @@ p.flower-break { text-indent: 0; right: calc(100% + 0.5em); text-align: right; - color: #bbb; + color: #bbb; } + +/* remove link underlines for navigational links */ .toc a { - border: none; + text-decoration: none; +} +.title { + text-decoration: none; +} +.pages a { + text-decoration: none; } +.content h1 a { + text-decoration: none; +} + /* And thanks again to Said Achmiz for making superscripts not mess up line spacing. */ sup, sub {