aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/assets
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 21:37:35 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2022-03-22 21:38:14 +0300
commiteffa305b1e64d7fb081fc9eafd2ba7f9d0840699 (patch)
treec7e33fb55ed443e2578be46179a533234beabbb4 /assets
parentremove <hr> tags where unnecessary (diff)
downloadjekyll-theme-effa305b1e64d7fb081fc9eafd2ba7f9d0840699.tar.gz
jekyll-theme-effa305b1e64d7fb081fc9eafd2ba7f9d0840699.zip
posts: separate feed entries with border
It's not as intrusive as <hr>, but still serves its role.
Diffstat (limited to 'assets')
-rw-r--r--assets/css/jekyll-theme/posts.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/css/jekyll-theme/posts.css b/assets/css/jekyll-theme/posts.css
index d9ee811..c35fc11 100644
--- a/assets/css/jekyll-theme/posts.css
+++ b/assets/css/jekyll-theme/posts.css
@@ -13,3 +13,8 @@
.post-date a.category {
margin-right: .5em;
}
+
+.post-entry {
+ /* The color of <hr>. */
+ border-bottom: 1px solid #eee;
+}