From b91a12a12f9df5ede9abf1991ebee1fd35b7e384 Mon Sep 17 00:00:00 2001 From: tdro Date: Thu, 31 Aug 2023 20:52:26 -0400 Subject: themes/default/layouts/_default/section: Add divider line --- themes/default/layouts/_default/section.drafts.html | 1 + themes/default/layouts/_default/section.feeds.html | 1 + themes/default/layouts/_default/section.html | 1 + themes/default/layouts/_default/section.likes.html | 1 + themes/default/layouts/_default/section.media.html | 1 + 5 files changed, 5 insertions(+) (limited to 'themes/default/layouts') diff --git a/themes/default/layouts/_default/section.drafts.html b/themes/default/layouts/_default/section.drafts.html index d3dd2a4..569c324 100644 --- a/themes/default/layouts/_default/section.drafts.html +++ b/themes/default/layouts/_default/section.drafts.html @@ -12,6 +12,7 @@ text-decoration-color: #014cc6; text-decoration-color: var(--link); text-decoration: underline; + border-bottom: 2px solid var(--background); } {{- end -}} diff --git a/themes/default/layouts/_default/section.feeds.html b/themes/default/layouts/_default/section.feeds.html index be65683..99b0d0b 100644 --- a/themes/default/layouts/_default/section.feeds.html +++ b/themes/default/layouts/_default/section.feeds.html @@ -12,6 +12,7 @@ text-decoration-color: #014cc6; text-decoration-color: var(--link); text-decoration: underline; + border-bottom: 2px solid var(--background); } {{- end -}} diff --git a/themes/default/layouts/_default/section.html b/themes/default/layouts/_default/section.html index fc3ba74..6edb3df 100644 --- a/themes/default/layouts/_default/section.html +++ b/themes/default/layouts/_default/section.html @@ -11,6 +11,7 @@ text-decoration-color: #014cc6; text-decoration-color: var(--link); text-decoration: underline; + border-bottom: 2px solid var(--background); } {{- end -}} diff --git a/themes/default/layouts/_default/section.likes.html b/themes/default/layouts/_default/section.likes.html index d85f9a9..70990f0 100644 --- a/themes/default/layouts/_default/section.likes.html +++ b/themes/default/layouts/_default/section.likes.html @@ -12,6 +12,7 @@ text-decoration-color: #014cc6; text-decoration-color: var(--link); text-decoration: underline; + border-bottom: 2px solid var(--background); } {{- end -}} diff --git a/themes/default/layouts/_default/section.media.html b/themes/default/layouts/_default/section.media.html index 9ed75df..db6153e 100644 --- a/themes/default/layouts/_default/section.media.html +++ b/themes/default/layouts/_default/section.media.html @@ -12,6 +12,7 @@ text-decoration-color: #014cc6; text-decoration-color: var(--link); text-decoration: underline; + border-bottom: 2px solid var(--background); } {{- end -}} -- cgit v1.2.3