summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style.scss10
1 files changed, 8 insertions, 2 deletions
diff --git a/style.scss b/style.scss
index d322591..fb6a15b 100644
--- a/style.scss
+++ b/style.scss
@@ -267,8 +267,8 @@ body {
max-width: 48em;
margin-right: 2em;
//
- color: gray !important;
- background-color: none;
+ color: none !important;
+ background-color: lightblue;
margin-left: 0;
text-align: center;
}
@@ -347,6 +347,12 @@ th {
padding: 0 1em 0 0;
}
+//Form
+.fb_label {
+ display: inline-block;
+ widht: 8em;
+}
+
.inlinepage {
border: 0;
padding: 1em 5%;