Change default colour

This commit is contained in:
Oliver Davies 2019-01-05 00:23:07 +00:00
parent 8829dce0f4
commit 42f79d8879

View file

@ -16,7 +16,7 @@
<link rel="icon" href="{{ site.favicon.url }}?s={{ size }}" sizes="{{ size }}x{{ size }}">
{% endfor %}
</head>
<body class="font-sans text-black leading-normal">
<body class="font-sans text-grey-darkest leading-normal">
<div id="app" v-cloak>
{% block body %}{% endblock %}
</div>