Sync styleguide 2026.05.18.1

This commit is contained in:
2026-06-22 15:25:33 +02:00
parent 01f317c7d4
commit c1dc10ab72
4 changed files with 26 additions and 2 deletions
@@ -15,3 +15,11 @@
color: var(--text-typography-preview); color: var(--text-typography-preview);
margin-top: 0; margin-top: 0;
} }
.sg-typography-preview h1 {
font-size: calc(var(--font-size-h1) * 1.2);
}
.sg-typography-preview h2 {
font-size: calc(var(--font-size-h2) * 1.2);
}
+8
View File
@@ -4450,3 +4450,11 @@ main {
margin-top: 0; margin-top: 0;
} }
.sg-typography-preview h1 {
font-size: calc(var(--font-size-h1) * 1.2);
}
.sg-typography-preview h2 {
font-size: calc(var(--font-size-h2) * 1.2);
}
+2 -2
View File
@@ -1,7 +1,7 @@
{ {
"styleguideVersion": "2026.05.18.1", "styleguideVersion": "2026.05.18.1",
"styleguideCommit": "1e16cb8", "styleguideCommit": "1771cef",
"syncedAtUtc": "2026-06-22T12:37:15Z", "syncedAtUtc": "2026-06-22T13:25:33Z",
"sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide", "sourceRepo": "/Users/mathias/Documents/Dokumente Chouchou/Codebases/Styleguide",
"mirroredDocsPath": "docs/styleguide" "mirroredDocsPath": "docs/styleguide"
} }
+8
View File
@@ -4450,3 +4450,11 @@ main {
margin-top: 0; margin-top: 0;
} }
.sg-typography-preview h1 {
font-size: calc(var(--font-size-h1) * 1.2);
}
.sg-typography-preview h2 {
font-size: calc(var(--font-size-h2) * 1.2);
}