X-Git-Url: http://unremediatedgender.space/source?p=Ultimately_Untrue_Thought.git;a=blobdiff_plain;f=theme%2Fstatic%2Fcss%2Fmain.css;h=057c4d0b99b3b25ba431e4aca16a05223500bb60;hp=a043294c5996aadb0235488ad0cb831b1ee36714;hb=HEAD;hpb=d25b32abd249ec136072f91ce3cda14ce413c0a7 diff --git a/theme/static/css/main.css b/theme/static/css/main.css index a043294..c8fdbf8 100644 --- a/theme/static/css/main.css +++ b/theme/static/css/main.css @@ -132,15 +132,15 @@ p { } a { - text-decoration: none; - border-bottom: 1px dotted #4D4D4C; - color: #2D2D2C; + color: inherit; + text-decoration: dotted underline #4D4D4C from-font; + text-underline-position: from-font; + text-underline-offset: 0.1em; } a:hover, a:active { - text-decoration: none; - border-bottom: 1px dotted #C07095; - color: #C07095; + color: #C07095; + text-decoration-color: currentcolor; } .literal { @@ -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 {