Design
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user