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; }