source code for html website at https://zachdecook.com
Diffstat (limited to 'posts/common.css')
-rw-r--r--posts/common.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/posts/common.css b/posts/common.css
index e76738a..03cdc81 100644
--- a/posts/common.css
+++ b/posts/common.css
@@ -6,7 +6,8 @@ html body
{
margin: 1em 5%;
padding: 1em 5%;
- background-color: rgba(255, 255, 255, .5);
+ background-color: rgba(255, 255, 255, .75);
+ color: black;
box-shadow: 0 0 10px 1px black;
}