From effa305b1e64d7fb081fc9eafd2ba7f9d0840699 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 22 Mar 2022 21:37:35 +0300 Subject: posts: separate feed entries with border It's not as intrusive as
, but still serves its role. --- assets/css/jekyll-theme/posts.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'assets/css') 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
. */ + border-bottom: 1px solid #eee; +} -- cgit v1.2.3