v0.10.3c - Fixed dark mode css

This commit is contained in:
frederikpyt 2020-08-18 09:02:03 +02:00
parent af751e2352
commit 088fcd7f39
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
@endsection
@section("content")
<style>
textarea {
color: black;
}
</style>
<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;">
@csrf