Skip to content

Commit 87c5993

Browse files
committed
wip
1 parent 689e0ee commit 87c5993

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/layouts/base.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
@livewireStyles
3838
</head>
3939

40-
<body class="{{ $bodyClass ?? '' }} font-sans bg-white antialiased" :class="{ 'overflow-hidden': lockScroll }" x-data="{ lockScroll: false, activeModal: false }" @keyup.escape="activeModal = false">
40+
<body class="{{ $bodyClass ?? '' }} font-sans text-black bg-white antialiased" :class="{ 'overflow-hidden': lockScroll }" x-data="{ lockScroll: false, activeModal: false }" @keyup.escape="activeModal = false">
4141

4242
@include('layouts._ads._banner')
4343
@include('layouts._nav')

0 commit comments

Comments
 (0)