diff options
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; +} |