Update colour classes

This commit is contained in:
Oliver Davies 2019-03-21 09:38:09 +00:00
parent 5729a6b6c0
commit 3cac471fef
28 changed files with 53 additions and 51 deletions

View file

@ -1,4 +1,4 @@
<footer class="border-grey-light border-t mb-8 mt-10 pt-5 text-sm">
<footer class="border-gray-300 border-t mb-8 mt-10 pt-5 text-sm">
<div class="md:flex md:justify-between">
<div>
<p>&copy; 2010-{{ 'now'|date('Y') }} {{ site.title }}</p>

View file

@ -1,4 +1,4 @@
<div class="border-bottom border-b border-grey-light mb-6 fixed top-0 w-full bg-white z-20">
<div class="border-bottom border-b border-gray-300 mb-6 fixed top-0 w-full bg-white z-20">
<div class="px-4 md:px-8 mx-auto">
<div class="block py-5 v-cloak-block">
<div class="font-semibold text-sm">{{ site.title }}</div>