summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--header.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/header.php b/header.php
index b7952d3..036fc33 100644
--- a/header.php
+++ b/header.php
@@ -38,6 +38,10 @@ if ( ! defined( 'ABSPATH' ) ) {
<link href="https://www.adelielinux.org/assets/plugins/font-awesome/css/all.css" rel="stylesheet">
<link href="https://www.adelielinux.org/assets/plugins/themify/themify-icons.min.css" rel="stylesheet">
<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; }
+ </style>
</head>
<body <?php astra_schema_body(); ?> <?php body_class(); ?>>