diff --git a/assets/auto-theme.css b/assets/auto-theme.css index cfce8fd..dce83e8 100644 --- a/assets/auto-theme.css +++ b/assets/auto-theme.css @@ -55,7 +55,7 @@ footer { } .mesh-image { - color: var(--color-light); + color: #61ABDA; } .footer-copy { @@ -110,7 +110,7 @@ li { } .mesh-image { - color: #1f2328; + color: #61ABDA; } h1, @@ -133,6 +133,13 @@ li { color: #61ABDA; } + header a, + header a:visited, + footer a, + footer a:visited { + color: inherit; + } + textarea, input { background-color: #f6f8fa; @@ -173,4 +180,11 @@ li { ul.blog-posts li a:visited { color: #61ABDA; } + + header a, + header a:visited, + footer a, + footer a:visited { + color: inherit; + } }