aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css12
1 files changed, 9 insertions, 3 deletions
diff --git a/static/styles.css b/static/styles.css
index 59bc84e9..9f3ea15a 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -37,6 +37,7 @@
37.blue { 37.blue {
38 color: #357edd; } 38 color: #357edd; }
39 39
40.bg-white {background-color: white;}
40.bg-near-white { 41.bg-near-white {
41 background-color: #f4f4f4; } 42 background-color: #f4f4f4; }
42 43
@@ -51,13 +52,18 @@ code.block {
51 display: block; } 52 display: block; }
52 53
53.homepageicon { 54.homepageicon {
54 font-size: 10em; 55 font-size: 8em;
56 color: #419edb;
55} 57}
56 58
57.homepageicon.right { 59.homepageicon.right {
58 float: right; 60 float: right;
59} 61}
60 62
63.c_acronym .homepageicon {
64 color: white;
65}
66
61a.btn { 67a.btn {
62 text-decoration: none !important; 68 text-decoration: none !important;
63 color: white !important; 69 color: white !important;
@@ -170,8 +176,8 @@ i.red {
170 176
171.btn-primary { 177.btn-primary {
172 color: #fff; 178 color: #fff;
173 background-color: #678; 179 background-color: #419edb;
174 border-color: #68a; } 180 border-color: #419edb; }
175 181
176img.distro-logo { 182img.distro-logo {
177 height: 150px; } 183 height: 150px; }