add triplecate

This commit is contained in:
Julie Blanc 2026-03-10 14:17:49 +01:00
parent cc75afe344
commit 0d3afdc58d
34 changed files with 357 additions and 295 deletions

View file

@ -23,7 +23,7 @@
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;

View file

@ -18,7 +18,7 @@
font-size: 9.5px;
line-height: 1.2;
.body_note{
.float-note_body{
padding-top: 5px;
}

View file

@ -6,7 +6,7 @@
hyphens: auto;
hyphenate-limit-chars: 8 3;
position: relative;
// color: var(--blue);
// color: var(--bleu);
letter-spacing: 0.01rem;
@ -16,7 +16,7 @@
// display: inline-block;
// width: 8px;
// height: 8px;
// background-color: var(--blue);
// background-color: var(--bleu);
// border-radius: 50%;
// margin-right: 1ch;
// }
@ -38,7 +38,7 @@ h3{
// text-decoration: underline;
font-family: var(--mono);
text-transform: uppercase;
color: var(--blue);
color: var(--bleu);
max-width: 18ch;
// margin-inline: auto;
letter-spacing: 0.05rem;
@ -52,7 +52,7 @@ h3{
// display: block;
// width: 8px;
// height: 8px;
// border: 1px solid var(--blue);
// border: 1px solid var(--bleu);
// border-radius: 50%;
// margin-right: 1ch;
// position: relative;
@ -101,7 +101,7 @@ blockquote{
// .body_note{
// .float-note_body{
// display: inline;
// padding-right: 1ch;
// background-color: white;