diff --git a/public_html/eh/eh/eh/eh-eh/style.css b/public_html/eh/eh/eh/eh-eh/style.css index b6481a8..afefadd 100644 --- a/public_html/eh/eh/eh/eh-eh/style.css +++ b/public_html/eh/eh/eh/eh-eh/style.css @@ -67,6 +67,8 @@ body { } #page-header a { + color: var(--foreground); + text-decoration: none; margin: 4pt; padding: 4pt; border: 2pt outset var(--button-border); @@ -186,7 +188,7 @@ p { } a { - color: var(--foreground); + color: #268bd2; } a:not(:hover) { @@ -194,7 +196,7 @@ a:not(:hover) { } a:visited { - color: var(--foreground); + color: #6c71c4; } img { diff --git a/style.css b/style.css index b6481a8..afefadd 100644 --- a/style.css +++ b/style.css @@ -67,6 +67,8 @@ body { } #page-header a { + color: var(--foreground); + text-decoration: none; margin: 4pt; padding: 4pt; border: 2pt outset var(--button-border); @@ -186,7 +188,7 @@ p { } a { - color: var(--foreground); + color: #268bd2; } a:not(:hover) { @@ -194,7 +196,7 @@ a:not(:hover) { } a:visited { - color: var(--foreground); + color: #6c71c4; } img {