chore: update

This commit is contained in:
2026-03-30 20:02:39 +02:00
parent 32e129da31
commit 25cd6429f2
32 changed files with 1024 additions and 540 deletions
+7 -2
View File
@@ -12,7 +12,6 @@
line-height: 1.5;
font-weight: 400;
color-scheme: dark;
color: rgba(255, 255, 255, 0.87);
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
@@ -21,6 +20,10 @@
font-size: 16px;
}
[data-theme="light"] {
color-scheme: light;
}
html, body {
margin: 0;
padding: 0;
@@ -36,6 +39,8 @@ body {
position: fixed;
width: 100%;
height: 100%;
background-color: var(--bg);
color: var(--text);
}
#root {
@@ -75,7 +80,7 @@ button {
font-size: 1em;
font-weight: 500;
font-family: inherit;
background-color: #1a1a1a;
background-color: var(--surface);
cursor: pointer;
transition: all 0.2s;
-webkit-tap-highlight-color: transparent;