Browse Source

Add underline for links in posts

master
Schneider 7 years ago
parent
commit
167d3d410e
  1. 4
      static/css/style.css

4
static/css/style.css

@ -173,6 +173,10 @@ a,
color: #5694f1;
}
.post a {
text-decoration: underline;
}
p a { color: #5694f1; }
/*Transitions*/

Loading…
Cancel
Save