Update maintenance.blade.php
This commit is contained in:
parent
413aec8fec
commit
4a668e01aa
|
|
@ -9,9 +9,13 @@
|
|||
<meta content="Currently under maintenance." property="og:description" />
|
||||
<style>
|
||||
body {
|
||||
color: black !important;
|
||||
background: black;
|
||||
}
|
||||
</style>
|
||||
|
||||
html {
|
||||
background: black;
|
||||
}
|
||||
</style>
|
||||
@endsection
|
||||
|
||||
@section('content')
|
||||
|
|
|
|||
Loading…
Reference in New Issue