diff --git a/issues/_common/footer b/issues/_common/footer index d0632bb..ff6739b 100644 --- a/issues/_common/footer +++ b/issues/_common/footer @@ -1,4 +1,6 @@ -
Content under
+ diff --git a/issues/_common/header b/issues/_common/header index e30d029..d22c7c7 100644 --- a/issues/_common/header +++ b/issues/_common/header @@ -31,7 +31,7 @@ /*} */ .permalink { - color: blue; + color: steelblue; text-decoration: underline; } @@ -43,6 +43,14 @@ color: darkgrey; }*/ +a { + color:black; + text-decoration:underline; +} + +a::after { content: " ↗"; } +a:hover { color: plum; } + p { text-align: justify; text-justify: auto; @@ -90,8 +98,9 @@ img { html { background-color: black; } .permalink { color: deepskyblue;; } /* .permalink:visited { color:#eee; }*/ - img {border-color: #eee;} - #banner {border-color:#eee;} + img { border-color: #eee; } + #banner { border-color:#eee; } + a { color:#eee; } }