This commit is contained in:
cuom1999 2023-11-01 02:08:36 -05:00
parent 7a05ad1c3b
commit fcbf74ca97
6 changed files with 70 additions and 55 deletions

View file

@ -147,8 +147,9 @@
}
}
.blog-box:hover {
.blog-box:hover, .blog-box:not(.pre-expand-blog) {
border-color: #8a8a8a;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.blog-description {

View file

@ -269,10 +269,10 @@ a {
.actionbar-button {
cursor: pointer;
padding: 0.8em;
border: 0.2px solid lightgray;
border-radius: 5em;
font-weight: bold;
display: inherit;
background: lightgray;
}
.actionbar-block {
display: flex;
@ -287,7 +287,7 @@ a {
border-radius: 5em 0 0 5em;
}
.actionbar-button:hover {
background: lightgray;
background: darkgray;
}
.dislike-button {
padding-left: 0.5em;