From f2bda8468725723ade32e2f4c75876f0f4faee77 Mon Sep 17 00:00:00 2001 From: Chris Punches Date: Tue, 12 Jan 2021 18:46:44 -0500 Subject: [PATCH] fixed date toggle on right --- single.php | 5 ++++- style.css | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/single.php b/single.php index 6aa06de..70621c0 100644 --- a/single.php +++ b/single.php @@ -94,7 +94,10 @@ get_header();
  • post_title ); ?>

    - + post_date ); ?>
  • diff --git a/style.css b/style.css index 38632eb..e7c9640 100644 --- a/style.css +++ b/style.css @@ -542,8 +542,8 @@ pre code{ } // hover over article border color -.post-list>li .post-link:hover{ - border-color: #d371ff; + .post-list>li .post-link:hover{ + border-color: #d371ff; text-shadow: 2px 2px 5px blue; }