This commit is contained in:
ChK
2026-04-04 23:08:11 +02:00
parent 5bbd3f5525
commit 3e874e70c9
5 changed files with 2644 additions and 9 deletions

View File

@@ -19,8 +19,8 @@ body {
margin: 16px;
background: linear-gradient(
to bottom,
#ffffff -20%,
var(--bg) 110%
#dddddd -20%,
var(--bg) 130%
);
color: var(--text);
font-size: 14px;
@@ -130,6 +130,23 @@ h1 {
list-style: none;
}
.math-symbol {
font-family: "Noto Sans Math", system-ui, sans-serif;
font-weight: 400;
font-style: italic; /* ✅ echte math italic */
font-synthesis: none; /* extrem wichtig */
font-size: 1.1em;
line-height: 1;
vertical-align: -0.05em;
transform: skewX(-8deg);
display: inline-block;
}
.state-grid li {
display: flex;
justify-content: space-between;