summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-05 13:41:01 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-02-05 13:41:01 +0100
commitb8efdedbab9fc3272217540da5e9770aac389dae (patch)
tree0bf6184d57b638050d745daa38cbdc4071243d52
parentbfc03df785c58cd004718864bef8d857b99685f1 (diff)
downloadIshtar-b8efdedbab9fc3272217540da5e9770aac389dae.tar.bz2
Ishtar-b8efdedbab9fc3272217540da5e9770aac389dae.zip
CSS: adapt background color
-rw-r--r--ishtar_common/static/media/styles.css6
-rw-r--r--scss/custom.scss1
2 files changed, 4 insertions, 3 deletions
diff --git a/ishtar_common/static/media/styles.css b/ishtar_common/static/media/styles.css
index 46d65f0ed..099187afe 100644
--- a/ishtar_common/static/media/styles.css
+++ b/ishtar_common/static/media/styles.css
@@ -8,10 +8,10 @@
}
html{
- background-image: url('images/ishtar-bg.jpg');
- background-position: top right;
+ background-image: url('images/ishtar-bg.png');
background-repeat: no-repeat;
- background-color: #fff;
+ height: 100%;
+ background-position: right 30px top 150px;
}
body{
diff --git a/scss/custom.scss b/scss/custom.scss
index bcec98777..473d35bb8 100644
--- a/scss/custom.scss
+++ b/scss/custom.scss
@@ -14,6 +14,7 @@ $dark-secondary-color: rgba(255,255,255,0.8);
html{
font-size: 0.8em;
+ background-color: $gray-100;
}
label {