diff --git a/incorporealcms/static/css/base.css b/incorporealcms/static/css/base.css index 9fb63e1..341e922 100644 --- a/incorporealcms/static/css/base.css +++ b/incorporealcms/static/css/base.css @@ -28,7 +28,8 @@ body { a { font-weight: bold; - text-decoration: none; + text-decoration-line: underline; + text-decoration-thickness: 1px; } div.header { @@ -39,10 +40,6 @@ div.header { padding-bottom: 0; } -div.header a { - border-bottom: none; -} - div.content { font-size: 11pt; padding: 0 1rem; @@ -170,6 +167,5 @@ figcaption { } .footnote-ref:link, .footnote-ref:visited, .footnote-ref:hover, .footnote-ref:active { - border-bottom: none; font-weight: normal; } diff --git a/incorporealcms/static/css/dark.css b/incorporealcms/static/css/dark.css index e2469c2..7aff88d 100644 --- a/incorporealcms/static/css/dark.css +++ b/incorporealcms/static/css/dark.css @@ -15,17 +15,14 @@ h1, h2, h3, h4, h5, h6 { p a, ul a, ol a { color: #DDD; - border-bottom: 1px solid #DDD; } footer a { color: #999; - border-bottom: 1px solid #999; } p a:hover, ul a:hover, ol a:hover, footer a:hover { color: #B31D15; - border-bottom: 1px solid #B31D15; } div.site-wrap { @@ -34,10 +31,7 @@ div.site-wrap { div.header, div.header a { color: #555; -} - -div.header a:hover, div.header a:active { - border-bottom: 1px solid #555; + text-decoration: none; } table, th, td { diff --git a/incorporealcms/static/css/light.css b/incorporealcms/static/css/light.css index 79e363d..896d1e8 100644 --- a/incorporealcms/static/css/light.css +++ b/incorporealcms/static/css/light.css @@ -15,17 +15,14 @@ h1, h2, h3, h4, h5, h6 { p a, ul a, ol a { color: #222; - border-bottom: 1px solid #222; } footer a { color: #999; - border-bottom: 1px solid #999; } p a:hover, ul a:hover, ol a:hover, footer a:hover { color: #811610; - border-bottom: 1px solid #811610; } div.site-wrap { @@ -34,10 +31,7 @@ div.site-wrap { div.header, div.header a { color: #AAA; -} - -div.header a:hover, div.header a:active { - border-bottom: 1px solid #AAA; + text-decoration: none; } table, th, td {