decor-6-site/assets/css/variables.css

16 lines
230 B
CSS
Raw Normal View History

2026-01-05 19:33:15 +01:00
:root{
--margin: 1em;
2026-03-08 11:09:35 +01:00
/*--fontFamily: "Routed Gothic";*/
--fontFamily: "JetBrains Mono NL";
/*--textSize: 11pt;*/
--textSize: 9pt;
2026-01-05 19:33:15 +01:00
--ratio : auto;
2026-02-21 17:52:13 +01:00
--rouge: #ff665e;
--vert: #44d62c;
--bleu: #0078bf;
2026-03-08 11:09:35 +01:00
--border: 4mm;
2026-01-05 19:33:15 +01:00
}