Explorar el Código

Remove ugly underlines on links

jherve hace 1 año
padre
commit
9543e3d8ee
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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;