aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css
index e2d4f8dc..7901d238 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -50,7 +50,6 @@ code {
50code.block { 50code.block {
51 display: block; } 51 display: block; }
52 52
53
54a.btn { 53a.btn {
55 text-decoration: none !important; 54 text-decoration: none !important;
56 color: white !important; 55 color: white !important;
@@ -60,6 +59,11 @@ a.btn:link, a.btn:visited {
60 color: white !important; 59 color: white !important;
61} 60}
62 61
62a.btn.frontpage {
63 font-size: 2em;
64 width: 100%;
65}
66
63.bluebox a:link, .bluebox a:visited { 67.bluebox a:link, .bluebox a:visited {
64 text-decoration: underline !important; 68 text-decoration: underline !important;
65 color: #f4f4f4 !important; 69 color: #f4f4f4 !important;