Skip to content
Snippets Groups Projects
Commit d726a497 authored by Davide Aprea's avatar Davide Aprea
Browse files

added dark mode design for /websearch

parent a9c92dac
No related branches found
No related tags found
3 merge requests!1739Development,!1717Resolve "Major Startpage Redesign",!1713Resolve "Add setting to enable darkmode"
......@@ -105,7 +105,7 @@ output {
color: @input-color;
}
#pubkey{
textarea{
background-color: @input-bg;
color: @input-text;
}
......
......@@ -9,9 +9,11 @@
<h2>{{ trans('websearch.head.3') }}</h2>
{!! $template !!}
</div>
<h2>{{ trans('websearch.head.7') }} <button id="copyButton" class="btn btn-default" type="button"><i class="fa fa-paperclip" aria-hidden="true"></i> {{ trans('websearch.head.copy') }}</button></h2>
<textarea id="codesnippet" readonly style="width:100%;height:500px">
{{ $template }}
</textarea>
<script src="{{ mix('js/widgets.js') }}"></script>
<div class="card-medium">
<h2>{{ trans('websearch.head.7') }} <button id="copyButton" class="btn btn-default" type="button"><i class="fa fa-paperclip" aria-hidden="true"></i> {{ trans('websearch.head.copy') }}</button></h2>
<textarea id="codesnippet" readonly style="width:100%;height:500px">
{{ $template }}
</textarea>
<script src="{{ mix('js/widgets.js') }}"></script>
</div>
@endsection
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment