frontend / src /index.css
CreoCot
Changed color variables names
31c44ac
Raw
History Blame Contribute Delete
175 Bytes
@import "./components/_variables.css";
body {
background: var(--background-surface-secondary);
display: flex;
justify-content: center;
align-items: center;
}