remove non-default body background colour

This commit is contained in:
Corban-Lee Jones 2024-11-06 23:14:50 +00:00
parent 385198fcb2
commit d1bb8bb62a

View File

@ -35,7 +35,7 @@
{% include "includes/fonts.html" %}
{% block stylesheets %}{% endblock %}
</head>
<body class="overflow-y-auto font-montserrat bg-body-tertiary">
<body class="font-montserrat">
{% include "includes/navbar.html" %}