Skip to content

Commit 88f27a5

Browse files
committed
Fix #314, add background color fallback to docs body
1 parent 4a35532 commit 88f27a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/layouts/docs.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
@include('hyde::layouts.head')
55
</head>
66

7-
<body id="lagrafo-app">
7+
<body id="lagrafo-app" class="bg-white dark:bg-gray-900">
88
<script>
99
document.body.classList.add('js-enabled');
1010
</script>

0 commit comments

Comments
 (0)