summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach van Rijn <me@zv.io>2021-07-24 06:46:18 -0500
committerZach van Rijn <me@zv.io>2021-07-24 06:46:18 -0500
commit548042185fb1dd2a96b4f8761f1f3537c927e50f (patch)
tree1268d59a8fe4d5c0de91dcf6b80b6d5721616504
parentcd208764a0f631b5d72fcf272e819f4c013a68dc (diff)
downloadblog-ng-548042185fb1dd2a96b4f8761f1f3537c927e50f.tar.gz
blog-ng-548042185fb1dd2a96b4f8761f1f3537c927e50f.tar.bz2
blog-ng-548042185fb1dd2a96b4f8761f1f3537c927e50f.tar.xz
blog-ng-548042185fb1dd2a96b4f8761f1f3537c927e50f.zip
Darken hyperlink color to blend better.
-rw-r--r--header.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/header.php b/header.php
index 036fc33..e6ee4c2 100644
--- a/header.php
+++ b/header.php
@@ -40,7 +40,7 @@ if ( ! defined( 'ABSPATH' ) ) {
<link href="https://www.adelielinux.org/assets/plugins/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
<!-- Blog Overrides -->
<style>
- .entry-content a { color: #007BFF; }
+ .entry-content a { color: #0170B9; }
</style>
</head>