Repos / hi.imnhan.com / 5f58f2f51c
commit 5f58f2f51c0f290f754289f4e037b737ebbdcd08
Author: Bùi Thành Nhân <hi@imnhan.com>
Date:   Sun Sep 26 21:39:44 2021 +0700

    bullets!

diff --git a/nhanb-theme/static/css/index.css b/nhanb-theme/static/css/index.css
index d3702e6..b0c9bdf 100644
--- a/nhanb-theme/static/css/index.css
+++ b/nhanb-theme/static/css/index.css
@@ -18,3 +18,13 @@ .article-list time {
   display: block;
   margin-top: 0.1rem;
 }
+
+@media (min-width: 760px) {
+  .article:hover::before {
+    position: absolute;
+    margin-left: -1.2rem;
+    color: black;
+    content: "➜";
+    line-height: 1.1rem;
+  }
+}