Style widget links

This commit is contained in:
Oliver Davies 2019-03-28 08:45:56 +00:00
parent b8445625e4
commit 0038bcd6e1
3 changed files with 5 additions and 1 deletions

View file

@ -0,0 +1,3 @@
.widget a {
@apply text-xl text-blue-700 font-bold
}

View file

@ -27,5 +27,6 @@ h2:before {
@import 'components/content.css';
@import 'components/post.css';
@import 'components/widgets.css';
@tailwind utilities;

View file

@ -13,7 +13,7 @@ if ( is_active_sidebar( 'tw-sidebar' ) ) : ?>
<?php
if (is_active_sidebar('tw-sidebar')) {
?>
<div class="flex flex-wrap -mx-6">
<div class="widget flex flex-wrap -mx-6">
<?php dynamic_sidebar('tw-sidebar'); ?>
</div>
<?php