فهرست منبع

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;