use dark gray as dark mode background for less contrast

This commit is contained in:
eggy 2021-04-26 16:53:07 -04:00
parent 4b3973590e
commit bef61d0787
2 changed files with 2 additions and 2 deletions

View File

@ -25,7 +25,7 @@
</script>
</head>
<body class="dark:text-white dark:bg-black">
<body class="dark:text-white dark:bg-gray-900">
{{ content }}
<script>

View File

@ -1,4 +1,4 @@
<footer class="mt-8 bg-gray-200 dark:bg-gray-900 py-8 flex-shrink-0">
<footer class="mt-8 bg-gray-200 dark:bg-black py-8 flex-shrink-0">
<div class="max-w-screen-sm md:max-w-screen-md mx-auto px-8">
<p class="text-sm py-2 text-right">
{% if site.github != "" %}