We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176b3a5 commit d91e76aCopy full SHA for d91e76a
1 file changed
lang/da.css
@@ -1,4 +1,4 @@
1
-:lang(dk) .theorem::before { content: 'Læresætning ' counter(theorem) '. ' !important; }
2
-:lang(dk) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
3
-:lang(dk) .proof::before { content: 'Bevis. ' attr(title) !important; }
4
-:lang(dk) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }
+:lang(da) .theorem::before { content: 'Læresætning ' counter(theorem) '. ' !important; }
+:lang(da) .lemma::before { content: 'Lemma ' counter(theorem) '. ' !important; }
+:lang(da) .proof::before { content: 'Bevis. ' attr(title) !important; }
+:lang(da) .definition::before { content: 'Definition ' counter(definition) '. ' !important; }
0 commit comments