소스 검색

: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() }