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

github.com/heyeshuang/hugo-theme-tokiwa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHe Yeshuang <yeshuanghe@gmail.com>2020-05-05 18:11:35 +0300
committerHe Yeshuang <yeshuanghe@gmail.com>2020-05-18 15:15:49 +0300
commitf9ebd5575dad9d44dfe9efe5aef262a73f6a1e32 (patch)
treede17065ba2720c944e60a6349e2d4f1169933fe0
parentdbf9b87312146b112a16bd0b3227c4b288c3cab1 (diff)
lightly mod light
-rwxr-xr-xlayouts/_default/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/list.html b/layouts/_default/list.html
index 4afa8d0..b292aaf 100755
--- a/layouts/_default/list.html
+++ b/layouts/_default/list.html
@@ -19,7 +19,7 @@
{{ .Title }}
</a>
{{ with .Description }}
- <div class="pl-4 font-serif font-light italic">{{.}}</div>
+ <div class="pl-4 text-gray-600 font-light italic">{{.}}</div>
{{ end }}
</div>
</div>