mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56:59 +00:00
16 lines
224 B
SCSS
16 lines
224 B
SCSS
@use 'styles/_colors';
|
|
|
|
.body {
|
|
background-color: colors.$grey-tint;
|
|
// isolation: isolate;
|
|
|
|
font-family: var(--font-dia);
|
|
|
|
color: colors.$black;
|
|
|
|
a,
|
|
a:visited {
|
|
color: colors.$black;
|
|
}
|
|
}
|