From 29bddac02f7d3f3b7e99e05cc8a05e635d2c7879 Mon Sep 17 00:00:00 2001 From: Martijn Vermaat <martijn@vermaat.name> Date: Mon, 8 Dec 2014 12:55:53 +0100 Subject: [PATCH] Add underline and remove green/blue from link styles --- mutalyzer/website/templates/static/css/style.css | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/mutalyzer/website/templates/static/css/style.css b/mutalyzer/website/templates/static/css/style.css index 08f868e6..3f0bf879 100644 --- a/mutalyzer/website/templates/static/css/style.css +++ b/mutalyzer/website/templates/static/css/style.css @@ -8,6 +8,14 @@ body{ -webkit-font-smoothing: antialiased; } +.container-fluid .row a { + text-decoration: underline; +} + +.container-fluid .row a.btn { + text-decoration: none; +} + .block { background: white; max-width: 1024px; @@ -124,8 +132,10 @@ input[type="text"].form-pre{ } code { - color: #0B9B33; - background-color: #F2F9F3; +/* color: #0B9B33; + background-color: #F2F9F3;*/ + color: #333; + background-color: inherit; white-space: normal; } @@ -353,6 +363,7 @@ header.main-header { .example-input, .example-input-2 { cursor: pointer; + color: #0B9B33; } .example-input:hover, .example-input-2:hover { -- GitLab