mirror of
https://github.com/MeiK2333/github-style.git
synced 2025-10-07 01:54:06 +00:00
Merge pull request #90 from yuweizzz/source_master
fix(layouts): fix 404 page in dark mode
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
<body class="env-production emoji-size-boost page-responsive page-profile">
|
<body class="env-production emoji-size-boost page-responsive page-profile">
|
||||||
{{ partial "header" . }}
|
{{ 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>
|
<main>
|
||||||
<div class="bg-gray-dark text-white py-5 text-center">
|
<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">
|
<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" . }}
|
{{ template "_internal/google_analytics_async.html" . }}
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user