move from nav_bg color to static background color

This commit is contained in:
vinzv 2020-10-12 23:24:27 +02:00
parent bfa85c2555
commit 5e3670c2d0
1 changed files with 1 additions and 1 deletions

View File

@ -2044,7 +2044,7 @@ p.wall-item-announce,
.radio label::before, .radio label::before,
.checkbox label::before { .checkbox label::before {
background-color: $nav_bg; background-color: rgba(255,255,255,$contentbg_transp);
} }
.radio label::after { .radio label::after {
background-color: $link_color; background-color: $link_color;