Merge pull request #90 from yuweizzz/source_master

fix(layouts): fix 404 page in dark mode
This commit is contained in:
MeiK
2022-01-04 11:09:28 +08:00
committed by GitHub

View File

@@ -4,7 +4,7 @@
<body class="env-production emoji-size-boost page-responsive page-profile">
{{ partial "header" . }}
<div class="application-main d-flex flex-auto flex-column" data-commit-hovercards-enabled="">
<div class="application-main d-flex flex-auto flex-column" data-commit-hovercards-enabled="" data-color-mode="light">
<main>
<div class="bg-gray-dark text-white py-5 text-center">
<div class="pt-5 text-bold mx-2 mt-0" style="font-size: 100px; margin-bottom: 20px; line-height: 0">
@@ -37,4 +37,4 @@
{{ template "_internal/google_analytics_async.html" . }}
</body>
</html>
</html>