aboutsummaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application/_body.scss
diff options
context:
space:
mode:
authorhellekin <hellekin@cepheide.org>2020-10-08 17:41:13 +0200
committerhellekin <hellekin@cepheide.org>2020-10-08 17:41:13 +0200
commit52f87943b4a56e880e4964bd2e2a3cafab20a0d8 (patch)
tree1fc950d605530139c4c3eb0669212af146624979 /app/assets/stylesheets/application/_body.scss
parentad1c6ccaaeda8ab8df8316b9261dd1e100df75fd (diff)
parentc0a3378d2587c9fda27e97645799dd7a008819a1 (diff)
downloadincommon-map-52f87943b4a56e880e4964bd2e2a3cafab20a0d8.tar.gz
Merge branch 'map-style'
Diffstat (limited to 'app/assets/stylesheets/application/_body.scss')
-rw-r--r--app/assets/stylesheets/application/_body.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/assets/stylesheets/application/_body.scss b/app/assets/stylesheets/application/_body.scss
index cadac51..f151b47 100644
--- a/app/assets/stylesheets/application/_body.scss
+++ b/app/assets/stylesheets/application/_body.scss
@@ -38,6 +38,10 @@ body {
}
}
+main > article {
+ background-color: rgba(255, 255, 255, 0.8);
+}
+
img {
max-width: 100%;
}