fix
This commit is contained in:
parent
bfbe15c07c
commit
958153abdd
|
|
@ -41,6 +41,9 @@
|
|||
@endswitch
|
||||
@else
|
||||
<style>
|
||||
body {
|
||||
display: none;
|
||||
}
|
||||
html {
|
||||
background: black;
|
||||
}
|
||||
|
|
@ -75,6 +78,11 @@
|
|||
}
|
||||
getDarkMode()
|
||||
</script>
|
||||
<style>
|
||||
body {
|
||||
display: block !important;
|
||||
}
|
||||
</style>
|
||||
@endauth
|
||||
@yield('extras')
|
||||
</head>
|
||||
|
|
|
|||
|
|
@ -38,6 +38,9 @@
|
|||
@endswitch
|
||||
@else
|
||||
<style>
|
||||
body {
|
||||
display: none;
|
||||
}
|
||||
html {
|
||||
background: black;
|
||||
}
|
||||
|
|
@ -72,6 +75,11 @@
|
|||
}
|
||||
getDarkMode()
|
||||
</script>
|
||||
<style>
|
||||
body {
|
||||
display: block !important;
|
||||
}
|
||||
</style>
|
||||
@endauth
|
||||
@yield('extras')
|
||||
</head>
|
||||
|
|
|
|||
Loading…
Reference in New Issue