소스 검색

Create captions counter on body element to prevent reset at every figcaption.

Marcus Brinkmann 9 년 전
부모
커밋
76f09bff13
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      static/css/hugo-academic.css

+ 4 - 0
static/css/hugo-academic.css

@@ -91,6 +91,10 @@ video {
     display: block;
 }
 
+body {
+    counter-reset: captions;
+}
+
 figcaption:before {
     font-weight: 700;
     text-transform: uppercase;