Skip to content

Commit

Permalink
Drop shadow on post listing
Browse files Browse the repository at this point in the history
  • Loading branch information
CGamesPlay committed Jan 23, 2020
1 parent a2e3e38 commit 94a5e5b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions public/css/style.css
Expand Up @@ -424,8 +424,8 @@ main.post-page {
padding-right: 0.3rem;
}

.post:hover,
.fresh-post:hover {
.post,
.fresh-post {
background-color: #ffffff;
box-shadow: 0 45px 37px -20px rgba(0, 0, 0, 0.05);
}
Expand Down Expand Up @@ -520,6 +520,12 @@ blockquote em {
overflow: hidden;
}

/* These are stylistically the same box */
.tag-list,
.post-box {
box-shadow: 0 10px 17px 5px rgba(0, 0, 0, 0.05);
}

.post-title {
font-size: 1.5rem;
line-height: 2rem;
Expand Down Expand Up @@ -909,8 +915,6 @@ blockquote em {
}
.tag-list {
margin-top: 0 !important;
}
.tag-list {
background: #ffffff 0% 0% no-repeat padding-box;
border: 1px solid #e8e8e8;
border-radius: 5px;
Expand Down

0 comments on commit 94a5e5b

Please sign in to comment.