Kaynağa Gözat

:wrench: Add a class to encapsulate body

Allow to stylise raw components inside of the body only.
DricomDragon 1 yıl önce
ebeveyn
işleme
8e87c315b6
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  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() }