About Social Code
summaryrefslogtreecommitdiff
path: root/html/assets/style.css
diff options
context:
space:
mode:
authorLucas Fryzek <lucas.fryzek@gmail.com>2022-11-26 00:10:58 -0500
committerLucas Fryzek <lucas.fryzek@gmail.com>2022-11-26 00:10:58 -0500
commit45c8d59c1d052ee3a6ce5149d6e342758a7d0946 (patch)
tree064645dea6dc1aeaee56f82acf57633d9069fcd8 /html/assets/style.css
parent485d6a8e3d7a16a128ec945ecb401d419e741f81 (diff)
Update regular pages to have proper background
Diffstat (limited to 'html/assets/style.css')
-rw-r--r--html/assets/style.css6
1 files changed, 6 insertions, 0 deletions
diff --git a/html/assets/style.css b/html/assets/style.css
index af1fd0b..faee4ab 100644
--- a/html/assets/style.css
+++ b/html/assets/style.css
@@ -62,6 +62,12 @@ blockquote
background-color: #FFFFFF;
}
+.main-container-page
+{
+ margin: 0;
+ background-color: #e9e9e7;
+}
+
.note-body
{
padding-top: 10px;