소스 검색

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;