aboutsummaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/application/_body.scss
diff options
context:
space:
mode:
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%;
}