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" />
|
<meta content="Currently under maintenance." property="og:description" />
|
||||||
<style>
|
<style>
|
||||||
body {
|
body {
|
||||||
color: black !important;
|
background: black;
|
||||||
}
|
}
|
||||||
</style>
|
|
||||||
|
html {
|
||||||
|
background: black;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue