diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 21:37:35 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 21:38:14 +0300 |
commit | effa305b1e64d7fb081fc9eafd2ba7f9d0840699 (patch) | |
tree | c7e33fb55ed443e2578be46179a533234beabbb4 /assets | |
parent | remove <hr> tags where unnecessary (diff) | |
download | jekyll-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 '')
-rw-r--r-- | assets/css/jekyll-theme/posts.css | 5 |
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; +} |