diff --git a/blog/css/styles.css b/blog/css/styles.css index 2c22692..0181150 100644 --- a/blog/css/styles.css +++ b/blog/css/styles.css @@ -10791,11 +10791,16 @@ header.masthead .post-heading .meta a { margin-top:30px; display:flex; flex-direction:row; + box-shadow: 0 0 2.5rem #ddd; } .post-preview:hover { cursor:pointer; /* opacity:0.8; */ - box-shadow: 0 0 2.5rem #dfdfdf; + box-shadow: 0; + h1, h2, h3, span, p, a { + color:#FF0093 !important; + } + background-color:#EBFCFF; } .post-preview > a:focus, .post-preview > a:hover {