diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-27 17:46:59 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.com> | 2023-08-27 17:46:59 +0530 |
commit | 644c56cafceb495f44c3566fe08e397cfdab85f1 (patch) | |
tree | 29318f7e5d33387b0aa3f078f8447e20bdb3d9ae /static/css/blog.css | |
parent | 821d93cdf5f196dbe9c8f324476bcdeb2facfe41 (diff) |
using <time> to show blog date
Diffstat (limited to 'static/css/blog.css')
-rw-r--r-- | static/css/blog.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/blog.css b/static/css/blog.css index 1206a5e..eb2e9a0 100644 --- a/static/css/blog.css +++ b/static/css/blog.css @@ -54,7 +54,7 @@ padding-left: 0.8rem; } -#blog-list .blog-post .date { +#blog-list .blog-post time { color: var(--blog-date-color); } |