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

This commit is contained in:
Marcus Brinkmann 2016-07-01 03:43:26 +02:00
commit 76f09bff13

View file

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