refactored scss files and beautify darkmode

This commit is contained in:
envoyr
2022-10-23 17:35:18 +02:00
parent 861786f064
commit 8e17dda79a
14 changed files with 123 additions and 87 deletions

View File

@@ -10,7 +10,7 @@
</div>
{% else %}
<div class="d-flex flex-column align-items-end mt-n2">
<div class="rounded-top bg-white small py-1 px-2 me-3 opacity-75 text-dark">
<div class="rounded-top bg-dark small py-1 px-2 me-3 opacity-25 text-white">
{% if listing.no_search is not defined or (listing.no_search is defined and listing.no_search == false) %}
{% if gSearchText is not empty %}
<span class="me-2"><a href="{{ linker(listing.self_overview) }}"><i class="fa-solid fa-xmark"></i></a> Filter: <strong>{{ gSearchText }}</strong></span>