another small fix to post title border and active bg color

This commit is contained in:
muppeth 2021-05-22 19:26:55 +02:00
parent 403358164d
commit 2f40244839
Signed by: muppeth
GPG Key ID: 0EBC7B9848D04031
1 changed files with 2 additions and 2 deletions

View File

@ -134,7 +134,7 @@ body {
}
.wall-item-head-new {
border-top: 0.2rem solid $link_bgcolour;
border-top: 0px;
}
.wall-item-title {
@ -276,7 +276,7 @@ line-height: 1.5;
.dropdown-item.active {
color: #fff;
background-color: #8eb726;
background-color: #50162d;
}
.dropdown-item:active,