mirror of
https://github.com/DerTyp7/dertyp7.github.io.git
synced 2025-10-29 21:02:09 +01:00
2 lines
1.2 KiB
CSS
2 lines
1.2 KiB
CSS
#app{display:flex;flex-direction:column;background-color:var(--color-background-body);min-height:auto}:root{--color-background-body: #000000;--color-background-header: transparent;--color-font: #ffffff;--color-font-link-header: #1c1c1c;--color-font-link-header-hover: #000;--color-border-link-header: transparent;--color-border-link-header-hover: var(--color-accent);--color-danger: #cf000f;--color-success: #009944;--color-info: #63c0df;--color-warning: #f0541e;--color-svg-header: #363636;--color-accent: #22eb97;--color-accent-background: #85f2c631;--color-font-link: var(--color-accent);--color-font-link-hover: #7dffc9}:root .theme-dark{--color-background-body: #1a1818;--color-background-header: transparent;--color-font: #fff}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--color-font);background-color:var(--color-background-body);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,#root{display:flex;flex-direction:column;height:100vh;width:100vw}
|