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-01-26 23:28:00 +0300
committerAlexandre Negrel <negrel.dev@protonmail.com>2021-01-26 23:28:00 +0300
commit63822132c052579f9ba4e1c5aebfb10884c42018 (patch)
tree3c6a606eef376be4064a380fbd888da5ecdaadc3
parent0aa73dac738327759191665699b20afe11ee4dc6 (diff)
adding darkmode support for taxo list
-rw-r--r--layouts/taxonomy/list.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html
index 1b99f15..e4fe455 100644
--- a/layouts/taxonomy/list.html
+++ b/layouts/taxonomy/list.html
@@ -1,9 +1,9 @@
{{ define "main" }}
<div class="w-full lg:w-1/3 lg:pr-8 lg:sticky top-12">
- <p class="tracking-widest pb-0 text-xs text-gray-700">
+ <p class="tracking-widest pb-0 text-xs text-primary">
{{ i18n "tagged_in" | upper }}
</p>
- <h2 class="mt-0 text-3xl">
+ <h2 class="mt-0 text-3xl text-primary-dark dark:text-primary-light">
{{ .Name | upper }}
</h2>
<div>