set status widget to same background color as main

This commit is contained in:
emma 2024-12-14 08:58:25 -05:00
parent 57278e7ad4
commit e1db73977b
1 changed files with 4 additions and 0 deletions

View File

@ -148,6 +148,10 @@ main section ul li {
margin-bottom: 1.75rem; margin-bottom: 1.75rem;
} }
.status .statuslol_container .statuslol {
background: var(--background-color) !important;
}
.picrew-gallery { .picrew-gallery {
display: flex; display: flex;
flex-wrap: wrap; flex-wrap: wrap;