simplify and better standardize the link underline

This commit is contained in:
Brian S. Stephan 2022-12-31 11:33:36 -06:00
parent 715bc38d78
commit b3dfab2611
Signed by: bss
GPG Key ID: 3DE06D3180895FCB
3 changed files with 4 additions and 20 deletions

View File

@ -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;
}

View File

@ -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 {

View File

@ -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 {