diff --git a/wp-content/themes/twentynineteen-tailwindcss/assets/css/components/widgets.css b/wp-content/themes/twentynineteen-tailwindcss/assets/css/components/widgets.css index 52d995a..ea2b6a8 100644 --- a/wp-content/themes/twentynineteen-tailwindcss/assets/css/components/widgets.css +++ b/wp-content/themes/twentynineteen-tailwindcss/assets/css/components/widgets.css @@ -1,7 +1,3 @@ -.widget { - @apply text-xl; -} - .widget a { - @apply text-blue-700 font-bold; + @apply text-blue-700 font-bold } diff --git a/wp-content/themes/twentynineteen-tailwindcss/functions.php b/wp-content/themes/twentynineteen-tailwindcss/functions.php index 0bbe47a..aee434f 100644 --- a/wp-content/themes/twentynineteen-tailwindcss/functions.php +++ b/wp-content/themes/twentynineteen-tailwindcss/functions.php @@ -19,7 +19,7 @@ add_action('widgets_init', function () { array( 'name' => 'Sidebar', 'id' => 'sidebar-1', - 'before_title' => '