mirror of
https://github.com/rottenwheel/revuo-weekly.git
synced 2024-10-01 04:35:37 -04:00
Update custom.scss
This commit is contained in:
parent
d80c027706
commit
3b877cf39a
@ -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 New Issue
Block a user