From 45c8d59c1d052ee3a6ce5149d6e342758a7d0946 Mon Sep 17 00:00:00 2001 From: Lucas Fryzek <lucas.fryzek@gmail.com> Date: Sat, 26 Nov 2022 00:10:58 -0500 Subject: Update regular pages to have proper background --- templates/note.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/note.html') 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> -- cgit v1.2.3