Some css
This commit is contained in:
parent
7a05ad1c3b
commit
fcbf74ca97
6 changed files with 70 additions and 55 deletions
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue