diff options
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 |
commit | bf6afb34895285649c6288635bea1757cd700200 (patch) | |
tree | 0bf6184d57b638050d745daa38cbdc4071243d52 /scss/custom.scss | |
parent | 844f1a82b0e0fd9d85f1d57b973e2e3011b15127 (diff) | |
download | Ishtar-bf6afb34895285649c6288635bea1757cd700200.tar.bz2 Ishtar-bf6afb34895285649c6288635bea1757cd700200.zip |
CSS: adapt background color
Diffstat (limited to 'scss/custom.scss')
-rw-r--r-- | scss/custom.scss | 1 |
1 files changed, 1 insertions, 0 deletions
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 { |