ソースを参照

:wrench: Add a class to encapsulate body

Allow to stylise raw components inside of the body only.
DricomDragon 1 年間 前
コミット
8e87c315b6
1 ファイル変更2 行追加0 行削除
  1. 2 0
      src/templates/main.html

+ 2 - 0
src/templates/main.html

@@ -117,7 +117,9 @@ $if(toc)$
             $^$$table-of-contents$
             </nav>
 $endif$
+            <div class="generated-body">
             $^$$body$
+            </div>
 $if(list)$
             <div class="card-columns">
                     $^$${ list:card() }