jvcgpt / src /style.module.scss
Greums's picture
crlf to lf
1813a37
raw
history blame
145 Bytes
.header {
background-color: var(--header-bg-color);
color: var(--text-color);
}
.logo {
font-size: 2rem;
font-weight: 700;
}
.main {
}