summaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/styles.css b/styles.css
index b1d6e624..c384a0e8 100644
--- a/styles.css
+++ b/styles.css
@@ -1,3 +1,8 @@
+body .jumbotron {
+ background-color: white;
+}
+
+
.lang-slector {
float: right;
padding-top: 2mm;
@@ -28,3 +33,8 @@ html {
margin-left:5px;
margin-top: 8px;
}
+
+#mybody {
+ /* override ugly bootstrap defaults */
+ color: black;
+}