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> <head>
{% include head.html %} {% include head.html %}
</head> </head>
<body class="antialiased font-medium overflow-x-hidden"> <body class="antialiased font-medium overflow-x-hidden bg-black text-white">
{% include nav.html %} {% include nav.html %}
{{ content }} {{ content }}
{% include footer.html %} {% include footer.html %}