diff options
author | Zach van Rijn <me@zv.io> | 2021-07-24 06:46:18 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-07-24 06:46:18 -0500 |
commit | 548042185fb1dd2a96b4f8761f1f3537c927e50f (patch) | |
tree | 1268d59a8fe4d5c0de91dcf6b80b6d5721616504 /header.php | |
parent | cd208764a0f631b5d72fcf272e819f4c013a68dc (diff) | |
download | blog-ng-548042185fb1dd2a96b4f8761f1f3537c927e50f.tar.gz blog-ng-548042185fb1dd2a96b4f8761f1f3537c927e50f.tar.bz2 blog-ng-548042185fb1dd2a96b4f8761f1f3537c927e50f.tar.xz blog-ng-548042185fb1dd2a96b4f8761f1f3537c927e50f.zip |
Darken hyperlink color to blend better.
Diffstat (limited to 'header.php')
-rw-r--r-- | header.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |