From 0fcdd6c8f1934ad84fbb98ed97d6b0ccdfe7ef30 Mon Sep 17 00:00:00 2001 From: Mateus Rambo Strey <mars11@inf.ufpr.br> Date: Tue, 29 Sep 2015 16:10:17 -0300 Subject: [PATCH] remove underline from links --- app/assets/stylesheets/application.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/app/assets/stylesheets/application.scss b/app/assets/stylesheets/application.scss index 71850fce..f73b8cbc 100644 --- a/app/assets/stylesheets/application.scss +++ b/app/assets/stylesheets/application.scss @@ -41,6 +41,7 @@ h1, h2, h3, h4, h5, h6 { a, a:focus, a:hover { font-weight: 400; color: #000; + text-decoration: none; } .media-heading { -- GitLab