Create pt.css (#13)

This commit is contained in:
Tiago Filipe Silva 2020-05-25 12:46:03 +01:00 committed by GitHub
parent 51fd1651d2
commit 1c8302466e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
lang/pt.css Normal file
View File

@ -0,0 +1,4 @@
:lang(pt) .theorem::before { content: 'Teorema ' counter(theorem) '. ' !important; }
:lang(pt) .lemma::before { content: 'Lema ' counter(theorem) '. ' !important; }
:lang(pt) .proof::before { content: 'Demonstração.' attr(title) !important; }
:lang(pt) .definition::before { content: 'Definição ' counter(definition) '. ' !important; }