symbols on grid

This commit is contained in:
Julie Blanc 2026-03-16 10:44:16 +01:00
parent 512d62e5df
commit 1c1a2b0a93
4 changed files with 6 additions and 2 deletions

View file

@ -71,6 +71,7 @@
--sign-spacing: 0.45rem;
--sign-spacing: 7.2px;
--sign-color: var(--red);
--sign-color: black;

View file

@ -5,6 +5,7 @@
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;
text-rendering: geometricPrecision;
}
a {

View file

@ -19,6 +19,7 @@
padding-top: calc(8mm - var(--symbol-top));
width: calc(var(--unit)*2);
font-size: var(--fs-subtitle);
color: var(--sign-color);
}
@top-center{
@ -30,6 +31,7 @@
padding-right: 1.5ch;
padding-left: 0.5ch;
font-size: var(--fs-subtitle);
color: var(--sign-color);
}

View file

@ -58,7 +58,7 @@ h3, h4{
.decor-h3_small div{
position: relative;
top: calc(var(--baseline)*-2);
top: calc(var(--baseline)*-1.5);
}
.decor-h3_big{
@ -69,5 +69,5 @@ h3, h4{
.decor-h3_big div{
position: relative;
top: calc(var(--baseline) * -3 - 9px);
top: calc(var(--baseline) * -2.5 - 9px);
}