Update text colours
This commit is contained in:
parent
f743259b76
commit
458691cc67
|
@ -5,7 +5,7 @@
|
|||
<title><?php echo wp_get_document_title(); ?></title>
|
||||
<?php wp_head(); ?>
|
||||
</head>
|
||||
<body class="font-sans bg-white text-black leading-normal antialiased">
|
||||
<body class="font-sans bg-white text-gray-800 leading-normal antialiased">
|
||||
<div class="max-w-4xl mx-auto px-4">
|
||||
<header class="mt-16 mb-24">
|
||||
<p class="text-2xl">
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue