aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-06-27 13:23:33 +0200
committerxrs <xrs@mail36.net>2019-06-27 13:23:33 +0200
commit0eb332372d64ace1092b65e9e9df88441d91b2b1 (patch)
tree602e867a888a444943670dcbaf08bcb8c135257e /static
parent0020afd503dca9a8e1eff7084312392bea96fecd (diff)
downloadwww-0eb332372d64ace1092b65e9e9df88441d91b2b1.tar.gz
www-0eb332372d64ace1092b65e9e9df88441d91b2b1.zip
change color (tweaking is still needed)
Diffstat (limited to 'static')
-rw-r--r--static/styles.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/static/styles.css b/static/styles.css
index 0d0cdb3f..5a173c22 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -61,7 +61,7 @@ main {
61/* There's a fixed navbar that is 3.5rem tall */ 61/* There's a fixed navbar that is 3.5rem tall */
62body { 62body {
63 padding-top: 3.5rem; 63 padding-top: 3.5rem;
64 background-color: #cccccc; 64 background-color: #baddef;
65} 65}
66 66
67/* 67/*
@@ -216,7 +216,7 @@ html {
216} 216}
217 217
218.c_acronym { 218.c_acronym {
219 background-color: #68a; 219 background-color: #217fae;
220 color: white; 220 color: white;
221} 221}
222 222
@@ -296,7 +296,8 @@ footer {
296 padding-top: 70px; 296 padding-top: 70px;
297} 297}
298#body_content .jumbotron { 298#body_content .jumbotron {
299 background-color: #cccccc; 299 /* background-color: #cccccc;*/
300 background-image: radial-gradient(circle, #baddef, #baddef, #349fd7);
300 margin-bottom: 0px; 301 margin-bottom: 0px;
301} 302}
302 303
@@ -323,3 +324,6 @@ footer {
323 filter: invert(100%); 324 filter: invert(100%);
324} 325}
325 326
327.row {
328 min-widht: 50%;
329}