This repository was archived by the owner on Apr 23, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ function add_slug_to_body_class($classes)
191191 'name ' => __ ('Widget Area 1 ' , 'html5blank ' ),
192192 'description ' => __ ('Description for this widget-area... ' , 'html5blank ' ),
193193 'id ' => 'widget-area-1 ' ,
194- 'before_widget ' => '<div id="%1$s" class="%2$s bck dark padding color white margin-bottom"> ' ,
194+ 'before_widget ' => '<div id="%1$s" class="%2$s bck padding light margin-bottom"> ' ,
195195 'after_widget ' => '</div> ' ,
196196 'before_title ' => '<h5 class="text normal margin-bottom"> ' ,
197197 'after_title ' => '</h5> '
@@ -202,7 +202,7 @@ function add_slug_to_body_class($classes)
202202 'name ' => __ ('Widget Area 2 ' , 'html5blank ' ),
203203 'description ' => __ ('Description for this widget-area... ' , 'html5blank ' ),
204204 'id ' => 'widget-area-2 ' ,
205- 'before_widget ' => '<div id="%1$s" class="%2$s bck dark padding color white margin-bottom"> ' ,
205+ 'before_widget ' => '<div id="%1$s" class="%2$s bck padding light margin-bottom"> ' ,
206206 'after_widget ' => '</div> ' ,
207207 'before_title ' => '<h5 class="text normal"> ' ,
208208 'after_title ' => '</h5> '
You can’t perform that action at this time.
0 commit comments