Skip to content

Commit

Permalink
working on blog home page post hover effects to imrpvoe ux
Browse files Browse the repository at this point in the history
  • Loading branch information
melanierosson committed Nov 13, 2024
1 parent 7ed6ef7 commit eb14302
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion blog/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit eb14302

Please sign in to comment.