diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2022-11-26 00:10:58 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2022-11-26 00:10:58 -0500 |
commit | 45c8d59c1d052ee3a6ce5149d6e342758a7d0946 (patch) | |
tree | 064645dea6dc1aeaee56f82acf57633d9069fcd8 /templates/note.html | |
parent | 485d6a8e3d7a16a128ec945ecb401d419e741f81 (diff) |
Update regular pages to have proper background
Diffstat (limited to 'templates/note.html')
-rw-r--r-- | templates/note.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/note.html b/templates/note.html index e7da3cb..e18a44e 100644 --- a/templates/note.html +++ b/templates/note.html @@ -13,7 +13,7 @@ $endif$ </div> <div class="note-divider"></div> -<div class="main-container"> +<div class="$main_container$"> <div class="note-body"> $body$ </div> |