Skip to content

Commit

Permalink
Use darker background color; use 1px larger margin to cover divider; …
Browse files Browse the repository at this point in the history
…remove transition effect
  • Loading branch information
nanxstats committed Jul 30, 2023
1 parent bdc383f commit fcf1f8c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -419,14 +419,13 @@ h6 {
/* Hover effect for post items */
.content .inner-post-item {
padding: 1rem 1rem;
margin: 0 -1rem;
transition: background-color 0.3s ease-in-out;
margin: -1px -1rem;
border-radius: 10px;
}

.content .post-item:hover .inner-post-item {
/* BS5 bg-light */
background-color: rgb(248, 249, 250);
/* BS5 --bs-secondary-bg */
background-color: #e9ecef;
}

.content .navigation .icon {
Expand Down

0 comments on commit fcf1f8c

Please sign in to comment.