Update custom.scss

This commit is contained in:
rottenstonks 2022-03-30 14:17:54 -05:00 committed by GitHub
parent d80c027706
commit 3b877cf39a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ p.note {
}
.bcstats {
background-color: #f0f0f0;
background-color: var(--block-bg-color);
margin-bottom: 1.3334rem;
border-radius: 2px;
}
@ -197,7 +197,7 @@ p.date {
.proposal {
margin-bottom: 1rem;
padding: 1em;
background-color: #d7d7d7;
background-color: var(--block-bg-color);
}
.proposal p {