18 lines
No EOL
332 B
CSS
18 lines
No EOL
332 B
CSS
:root{
|
|
--margin: 1em;
|
|
|
|
--fontFamily: "JetBrains Mono NL";
|
|
/*--fontFamily: "Hershey-Noailles-Futura";*/
|
|
--fontNotes: "Hershey-Noailles-Times";
|
|
/*--fontTitle: "OCR-X Trial";*/
|
|
--fontTitle: "Hershey-Noailles-Times";
|
|
--textSize: 8.5pt;
|
|
--ratio : auto;
|
|
|
|
--rouge: #ff665e;
|
|
--vert: #44d62c;
|
|
--bleu: #0078bf;
|
|
|
|
--border: 4mm;
|
|
|
|
} |