This commit is contained in:
33333-33333 2026-07-31 12:54:46 +09:00
commit c3a6f5ff37
80 changed files with 2512 additions and 1625 deletions

6
client/styles/base.css Normal file
View file

@ -0,0 +1,6 @@
*{box-sizing:border-box;user-select:none;-webkit-user-select:none}
html,body{margin:0;width:100%;height:100%;overflow:hidden;background:var(--bg);color:var(--ink);font-family:var(--dot-font);font-variant-ligatures:none;-webkit-font-smoothing:none;text-rendering:geometricPrecision}
body,button,input,select,textarea{font-family:var(--dot-font)}
button,input,select,textarea{font-size:inherit}
button{font:inherit;color:inherit;letter-spacing:.04em}
button:focus-visible,[tabindex]:focus-visible{outline:3px solid #fff;outline-offset:3px}