v0.10.3c - Fixed dark mode css
This commit is contained in:
parent
af751e2352
commit
088fcd7f39
|
@ -5,6 +5,11 @@
|
||||||
@endsection
|
@endsection
|
||||||
|
|
||||||
@section("content")
|
@section("content")
|
||||||
|
<style>
|
||||||
|
textarea {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
<main style="min-height: calc(100% - 61.34px)" class="text-center">
|
<main style="min-height: calc(100% - 61.34px)" class="text-center">
|
||||||
<form action="{{ action('FeedbackController@store') }}" method="post" style="margin-top: 4rem; margin-bottom: auto;">
|
<form action="{{ action('FeedbackController@store') }}" method="post" style="margin-top: 4rem; margin-bottom: auto;">
|
||||||
@csrf
|
@csrf
|
||||||
|
|
Loading…
Reference in New Issue