Update layout page styling

This commit is contained in:
Luke Seers 2022-10-12 13:13:00 +02:00
parent b93dbc84e4
commit 79e9421deb

View file

@ -3,7 +3,7 @@
<head>
{% include head.html %}
</head>
<body class="antialiased font-medium overflow-x-hidden">
<body class="antialiased font-medium overflow-x-hidden bg-black text-white">
{% include nav.html %}
{{ content }}
{% include footer.html %}