depot/web/lukegbcom/styles/globals.scss

30 lines
441 B
SCSS

@use "highlight.global.css";
html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
Helvetica Neue, sans-serif;
}
a {
color: inherit;
text-decoration: none;
&:hover {
text-decoration: underline;
}
}
* {
box-sizing: border-box;
}
html {
--colorNeutralLight: #fbfcfc;
--maxWidth: 61rem;
}
body {
color: #555;
}