aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/styles.css13
-rw-r--r--template/index.html.j22
2 files changed, 11 insertions, 4 deletions
diff --git a/static/styles.css b/static/styles.css
index d2d9c882..5979d21a 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -49,10 +49,17 @@ code {
49 49
50a.btn { 50a.btn {
51 text-decoration: none !important; 51 text-decoration: none !important;
52 color: white !important; } 52 color: white !important;
53 a.btn:link, a.btn:visited { 53}
54a.btn:link, a.btn:visited {
54 text-decoration: none !important; 55 text-decoration: none !important;
55 color: white !important; } 56 color: white !important;
57}
58
59.bluebox a:link, .bluebox a:visited {
60 text-decoration: underline !important;
61 color: #f4f4f4 !important;
62}
56 63
57h6.description { 64h6.description {
58 font-weight: bold; 65 font-weight: bold;
diff --git a/template/index.html.j2 b/template/index.html.j2
index 578e8d89..7e442e2e 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -51,7 +51,7 @@
51 </div> 51 </div>
52</div> 52</div>
53 53
54<div class="container-fluid c_acronym link-white"> 54<div class="container-fluid c_acronym link-white bluebox">
55 <div class="container"> 55 <div class="container">
56 <div class="row"> 56 <div class="row">
57 <div class="container text-center"> 57 <div class="container text-center">