From 8111e70bdb723841542bb5ed6c150fc53a74c7de Mon Sep 17 00:00:00 2001 From: rekado Date: Fri, 16 Sep 2016 14:53:49 +0200 Subject: [PATCH] Don't underline links in the jumbotron. --- assets/css/screen.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/assets/css/screen.css b/assets/css/screen.css index 948c680..10bd136 100644 --- a/assets/css/screen.css +++ b/assets/css/screen.css @@ -28,6 +28,14 @@ h2 { background-image: linear-gradient(0deg,#efefef 0,#fefefe 100%) } +.jumbotron a, +.jumbotron a:focus, +.jumbotron a:hover { + color: black; + border: none; + text-decoration: none; +} + .qq-uploader { width: auto; overflow-x: hidden;