aboutsummaryrefslogtreecommitdiff
path: root/static/styles.css
diff options
context:
space:
mode:
authorxrs <xrs@mail36.net>2019-06-26 14:50:16 +0200
committerxrs <xrs@mail36.net>2019-06-26 14:50:16 +0200
commit223751384fd1cd3dd87e87aa3f33fb1e088dce35 (patch)
tree43d5d80ab99d642efc7825dbe01f6f9827f5ef3f /static/styles.css
parent729326dc6e2d6ddc3fc02ae306c2b5213ffd903b (diff)
downloadwww-223751384fd1cd3dd87e87aa3f33fb1e088dce35.tar.gz
www-223751384fd1cd3dd87e87aa3f33fb1e088dce35.zip
change landing page to prepare new onboarding,..
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css10
1 files changed, 9 insertions, 1 deletions
diff --git a/static/styles.css b/static/styles.css
index 5adc8933..e195740f 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -212,8 +212,16 @@ html {
212 212
213.dark { 213.dark {
214 background-color: #333; 214 background-color: #333;
215 color: white;
216}
217.dark a,
218.dark a:link,
219.dark a:visited
220{
221 color: white;
215} 222}
216 223
224
217.c_acronym { 225.c_acronym {
218 background-color: #68a; 226 background-color: #68a;
219 color: white; 227 color: white;
@@ -320,5 +328,5 @@ footer {
320} 328}
321 329
322#body_content .jumbotron { 330#body_content .jumbotron {
323 background-color: white; 331 background-color: #333;
324} 332}