Update text colours

This commit is contained in:
Oliver Davies 2019-03-21 10:07:55 +00:00
parent f743259b76
commit 458691cc67
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ if ( have_posts() ) : ?>
while ( have_posts() ) : the_post(); ?>
<h2 class="text-4xl md:text-5xl font-bold mt-6 mb-8">
<a class="text-black hover:text-grey-darkest hover:no-underline" href="<?php print get_permalink() ?>">
<a class="text-black hover:text-gray-800 hover:no-underline" href="<?php print get_permalink() ?>">
<?php the_title(); ?>
</a>
</h2>