Change background color sidebar

This commit is contained in:
Fabiano Alencar 2018-03-29 11:09:30 -03:00
parent 1c6de0c6d3
commit c1cdb77bfa
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
#sidebar{
&.sidebar{
background: #e5e5e57a;
border-radius: 1rem;
.widget{
.widget-title{

View File

@ -1,5 +1,5 @@
<div class="col col-sm-3 px-sm-5">
<div id="sidebar" class="py-4 mx-2 mx-sm-0 bg-mercury sidebar hidden-print">
<div id="sidebar" class="py-4 mx-2 mx-sm-0 sidebar hidden-print">
<?php dynamic_sidebar(); ?>
</div>
</div>