Selaa lähdekoodia

Remove ugly underlines on links

jherve 1 vuosi sitten
vanhempi
commit
9543e3d8ee
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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;