Update text colours
This commit is contained in:
parent
f743259b76
commit
458691cc67
2 changed files with 2 additions and 2 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue