瀏覽代碼

Remove ugly underlines on links

jherve 1 年之前
父節點
當前提交
9543e3d8ee
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      static/style.css

+ 4 - 0
static/style.css

@@ -17,6 +17,10 @@ h1, h2, h3, h4 {
     grid-template-rows: 1fr 3fr 1fr;
 }
 
+#article_browser a {
+    text-decoration: none;
+}
+
 #article_browser .focused {
     grid-area: focused;