aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css13
1 files changed, 10 insertions, 3 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;