summaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/style.css b/style.css
index cb2e4ca..097cb73 100644
--- a/style.css
+++ b/style.css
@@ -36,6 +36,12 @@ html, body {
display: flex;
justify-content: center;
}
+body[id=blog] {
+ background-color: #161617;
+ display: unset !important;
+ max-width: 80ch;
+ margin: auto;
+}
div#master header {
text-align: center;
font-size: 30px;