jvcgpt / src /style.module.scss
Greums's picture
major improvements to the app
a417977
raw
history blame
173 Bytes
.header {
background-color: var(--header-bg-color);
color: var(--text-color);
}
.logo {
font-size: 2rem;
font-weight: 700;
}
.main {
padding-bottom: 0.9375rem;
}