Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/negrel/hugo-theme-pico.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Negrel <negrel.dev@protonmail.com>2021-02-06 20:00:34 +0300
committerAlexandre Negrel <negrel.dev@protonmail.com>2021-02-06 20:00:34 +0300
commit46fd5985f42328b507e07c54d84f5a3ac04f8987 (patch)
tree254dff7e15e1dab635492368eda58bc795a7ce00
parent58ed5324022ab099df2aef9695412f4dcb4ac66c (diff)
fixing taxonomy list in darkmode
-rw-r--r--layouts/partials/taxonomy_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/taxonomy_list.html b/layouts/partials/taxonomy_list.html
index 6eb24aa..bd392e2 100644
--- a/layouts/partials/taxonomy_list.html
+++ b/layouts/partials/taxonomy_list.html
@@ -4,7 +4,7 @@
class="bg-secondary-dark dark:bg-secondary-light hover:bg-secondary rounded-full p-1 pr-2 mr-2 mb-3 flex-initial ease-in-out duration-200">
<img style="width: 30px; height: 30px;" class="inline rounded-full shadow-4" src=" {{ "icons/tag.svg" | relURL }}"
alt="tag icon">
- <span class="inline font-sans align-middle select-none text-xl mr-1 blend-diff">{{ $name | upper }}</span>
+ <span class="inline font-sans align-middle select-none text-xl mr-1">{{ $name | upper }}</span>
</div>
</a>
{{ end }} \ No newline at end of file