aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css9
1 files changed, 7 insertions, 2 deletions
diff --git a/static/styles.css b/static/styles.css
index 9f3ea15a..ab240301 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -60,8 +60,8 @@ code.block {
60 float: right; 60 float: right;
61} 61}
62 62
63.c_acronym .homepageicon { 63.greybox .homepageicon {
64 color: white; 64 color: #555;
65} 65}
66 66
67a.btn { 67a.btn {
@@ -83,6 +83,11 @@ a.btn.frontpage {
83 color: #f4f4f4 !important; 83 color: #f4f4f4 !important;
84} 84}
85 85
86.greybox {
87 background-color: #f4f4f4;
88 color: #111;
89}
90
86h6.description { 91h6.description {
87 font-weight: bold; 92 font-weight: bold;
88 letter-spacing: 2px; 93 letter-spacing: 2px;