diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 15:22:56 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2022-08-27 15:22:56 +0200 |
| commit | 6a78b5998a6fab316823424b56bdca46cf3b60a9 (patch) | |
| tree | 8c767a1a258afba73c4ad250a9c6847ae6704c1c /themes/simple | |
| parent | d6e4091f635a4a3b39a4a73b6f218b6ca1d3ff87 (diff) | |
| download | mitjafelicijan.com-6a78b5998a6fab316823424b56bdca46cf3b60a9.tar.gz | |
Added hover link styles to Openring links
Diffstat (limited to 'themes/simple')
| -rw-r--r-- | themes/simple/openring/openring.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/simple/openring/openring.html b/themes/simple/openring/openring.html index b1589df..a385324 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">{{.Title}}</a> | 8 | <a href="{{.Link}}" target="_blank" rel="noopener" class="font-semibold mb-1 hover:bg-yellow-200">{{.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"}} |
