add triplecate
This commit is contained in:
parent
cc75afe344
commit
0d3afdc58d
34 changed files with 357 additions and 295 deletions
|
|
@ -9,10 +9,10 @@
|
|||
--mono: 'Baskemo Sans', monospace;
|
||||
--sans: 'Routed Gothic', serif;
|
||||
--title: 'HNoailles Times Triplex', sans-serif;
|
||||
--red: #9B0000;
|
||||
--green:#009B00;
|
||||
--green-light:#009b0025;
|
||||
--blue: #00009B;
|
||||
--rouge: #9B0000;
|
||||
--vert:#009B00;
|
||||
--vert-light:#009b0025;
|
||||
--bleu: #00009B;
|
||||
--indent: 7mm;
|
||||
--font-size: 12px;
|
||||
--baseline: 18px;
|
||||
|
|
@ -340,7 +340,7 @@ body {
|
|||
font-weight: normal;
|
||||
font-family: var(--mono);
|
||||
text-transform: uppercase;
|
||||
color: var(--blue);
|
||||
color: var(--bleu);
|
||||
max-width: 18ch;
|
||||
letter-spacing: 0.05rem;
|
||||
color: black;
|
||||
|
|
@ -428,7 +428,7 @@ body {
|
|||
line-height: 1.1;
|
||||
font-family: var(--font);
|
||||
font-family: var(--mono);
|
||||
color: var(--blue);
|
||||
color: var(--bleu);
|
||||
margin-bottom: calc(var(--baseline) * 1);
|
||||
text-align: left;
|
||||
font-weight: normal;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue