Update custom.scss
This commit is contained in:
parent
d80c027706
commit
3b877cf39a
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ p.note {
|
||||||
}
|
}
|
||||||
|
|
||||||
.bcstats {
|
.bcstats {
|
||||||
background-color: #f0f0f0;
|
background-color: var(--block-bg-color);
|
||||||
margin-bottom: 1.3334rem;
|
margin-bottom: 1.3334rem;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
}
|
}
|
||||||
|
@ -197,7 +197,7 @@ p.date {
|
||||||
.proposal {
|
.proposal {
|
||||||
margin-bottom: 1rem;
|
margin-bottom: 1rem;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
background-color: #d7d7d7;
|
background-color: var(--block-bg-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
.proposal p {
|
.proposal p {
|
||||||
|
|
Loading…
Reference in a new issue