simplify and better standardize the link underline
This commit is contained in:
parent
715bc38d78
commit
b3dfab2611
@ -28,7 +28,8 @@ body {
|
|||||||
|
|
||||||
a {
|
a {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-decoration: none;
|
text-decoration-line: underline;
|
||||||
|
text-decoration-thickness: 1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.header {
|
div.header {
|
||||||
@ -39,10 +40,6 @@ div.header {
|
|||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.header a {
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.content {
|
div.content {
|
||||||
font-size: 11pt;
|
font-size: 11pt;
|
||||||
padding: 0 1rem;
|
padding: 0 1rem;
|
||||||
@ -170,6 +167,5 @@ figcaption {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.footnote-ref:link, .footnote-ref:visited, .footnote-ref:hover, .footnote-ref:active {
|
.footnote-ref:link, .footnote-ref:visited, .footnote-ref:hover, .footnote-ref:active {
|
||||||
border-bottom: none;
|
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
}
|
}
|
||||||
|
@ -15,17 +15,14 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
p a, ul a, ol a {
|
p a, ul a, ol a {
|
||||||
color: #DDD;
|
color: #DDD;
|
||||||
border-bottom: 1px solid #DDD;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer a {
|
footer a {
|
||||||
color: #999;
|
color: #999;
|
||||||
border-bottom: 1px solid #999;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p a:hover, ul a:hover, ol a:hover, footer a:hover {
|
p a:hover, ul a:hover, ol a:hover, footer a:hover {
|
||||||
color: #B31D15;
|
color: #B31D15;
|
||||||
border-bottom: 1px solid #B31D15;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.site-wrap {
|
div.site-wrap {
|
||||||
@ -34,10 +31,7 @@ div.site-wrap {
|
|||||||
|
|
||||||
div.header, div.header a {
|
div.header, div.header a {
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
text-decoration: none;
|
||||||
|
|
||||||
div.header a:hover, div.header a:active {
|
|
||||||
border-bottom: 1px solid #555;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table, th, td {
|
table, th, td {
|
||||||
|
@ -15,17 +15,14 @@ h1, h2, h3, h4, h5, h6 {
|
|||||||
|
|
||||||
p a, ul a, ol a {
|
p a, ul a, ol a {
|
||||||
color: #222;
|
color: #222;
|
||||||
border-bottom: 1px solid #222;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
footer a {
|
footer a {
|
||||||
color: #999;
|
color: #999;
|
||||||
border-bottom: 1px solid #999;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
p a:hover, ul a:hover, ol a:hover, footer a:hover {
|
p a:hover, ul a:hover, ol a:hover, footer a:hover {
|
||||||
color: #811610;
|
color: #811610;
|
||||||
border-bottom: 1px solid #811610;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
div.site-wrap {
|
div.site-wrap {
|
||||||
@ -34,10 +31,7 @@ div.site-wrap {
|
|||||||
|
|
||||||
div.header, div.header a {
|
div.header, div.header a {
|
||||||
color: #AAA;
|
color: #AAA;
|
||||||
}
|
text-decoration: none;
|
||||||
|
|
||||||
div.header a:hover, div.header a:active {
|
|
||||||
border-bottom: 1px solid #AAA;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
table, th, td {
|
table, th, td {
|
||||||
|
Loading…
Reference in New Issue
Block a user