aboutsummaryrefslogtreecommitdiff
path: root/themes/simple/openring
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2022-08-28 06:55:03 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2022-08-28 06:55:03 +0200
commit963526f0a8a54279399bf82edf2d8b25215c75b8 (patch)
tree21a40c24d35a8cb14e1a1b72e9282805441e1c8f /themes/simple/openring
parent70baaeb4e78d12c329a03e929fd30d41730ed2b1 (diff)
downloadmitjafelicijan.com-963526f0a8a54279399bf82edf2d8b25215c75b8.tar.gz
Unified yellow background colors
Diffstat (limited to 'themes/simple/openring')
-rw-r--r--themes/simple/openring/openring.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/openring/openring.html b/themes/simple/openring/openring.html
index a385324..1b3a228 100644
--- a/themes/simple/openring/openring.html
+++ b/themes/simple/openring/openring.html
@@ -5,7 +5,7 @@
5 <section> 5 <section>
6 {{range .Articles}} 6 {{range .Articles}}
7 <article class="mb-6"> 7 <article class="mb-6">
8 <a href="{{.Link}}" target="_blank" rel="noopener" class="font-semibold mb-1 hover:bg-yellow-200">{{.Title}}</a> 8 <a href="{{.Link}}" target="_blank" rel="noopener" class="font-semibold mb-1 hover:bg-yellow-100">{{.Title}}</a>
9 <p class="mb-1 text-gray-600 text-sm">{{.Summary}}</p> 9 <p class="mb-1 text-gray-600 text-sm">{{.Summary}}</p>
10 <div class="text-gray-400 text-xs"> 10 <div class="text-gray-400 text-xs">
11 Via <a href="{{.SourceLink}}" class="underline">{{.SourceTitle}}</a> on {{.Date | datef "January 2, 2006"}} 11 Via <a href="{{.SourceLink}}" class="underline">{{.SourceTitle}}</a> on {{.Date | datef "January 2, 2006"}}