File size: 175 Bytes
77fd7a1
 
 
31c44ac
77fd7a1
 
 
 
 
1
2
3
4
5
6
7
8
9
@import "./components/_variables.css";

body {
    background: var(--background-surface-secondary);

    display: flex;
    justify-content: center;
    align-items: center;
}