|
|
@ -89,7 +89,11 @@ h4 a.header:target { |
|
|
|
.content ul { line-height: 1.45em; } |
|
|
|
.content ul { line-height: 1.45em; } |
|
|
|
.content a { text-decoration: none; } |
|
|
|
.content a { text-decoration: none; } |
|
|
|
.content a:hover { text-decoration: underline; } |
|
|
|
.content a:hover { text-decoration: underline; } |
|
|
|
.content img { max-width: 100%; } |
|
|
|
.content img { |
|
|
|
|
|
|
|
max-width: var(--img-max-width); |
|
|
|
|
|
|
|
margin-left: auto; |
|
|
|
|
|
|
|
margin-right: auto; |
|
|
|
|
|
|
|
} |
|
|
|
.content .header:link, |
|
|
|
.content .header:link, |
|
|
|
.content .header:visited { |
|
|
|
.content .header:visited { |
|
|
|
color: var(--fg); |
|
|
|
color: var(--fg); |
|
|
|