2025-02-28
Some checks failed
ci/woodpecker/push/publish_instable Pipeline failed

This commit is contained in:
gcch 2025-02-28 12:23:46 +01:00
commit 650f381148
29 changed files with 599 additions and 349 deletions

View file

@ -1,42 +1,42 @@
html {
box-sizing: border-box;
block-size: 100%;
text-size-adjust: none;
text-size-adjust: none;
text-size-adjust: none;
tab-size: 2;
color-scheme: dark light;
interpolate-size: allow-keywords;
-moz-text-size-adjust: none;
-webkit-text-size-adjust: none;
text-size-adjust: none;
block-size: 100%;
}
body {
-webkit-font-smoothing: antialiased;
accent-color: var(--color-tertiary);
background: var(--color-secondary);
block-size: 100%;
font-family: monospace, system-ui, sans-serif;
font-kerning: normal;
font-optical-sizing: auto;
font-kerning: normal;
font-variant-ligatures: common-ligatures no-discretionary-ligatures no-historical-ligatures
contextual;
-webkit-font-smoothing: antialiased;
line-height: var(--line-height-comfortable);
text-decoration-skip-ink: auto;
text-rendering: geometricprecision;
block-size: 100%;
accent-color: var(--color-tertiary);
background: var(--color-secondary);
}
*, *::before, *::after {
box-sizing: inherit;
border: 0 solid transparent;
background-repeat: no-repeat;
background-origin: border-box;
margin: 0;
padding: 0;
border: 0 solid transparent;
font: inherit;
font-feature-settings: inherit;
font-variation-settings: inherit;
color: inherit;
letter-spacing: inherit;
word-spacing: inherit;
background-repeat: no-repeat;
background-origin: border-box;
}
:where(.visually-hidden:not(:focus, :active, :focus-within)) {
@ -48,7 +48,7 @@ body {
clip-path: inset(50%);
}
:where([hidden]) {
:where([hidden]), :where([aria-hidden="true"]) {
display: none;
}