mirror of
https://github.com/r-freeman/portfolio.git
synced 2024-11-11 18:45:41 +00:00
Changed global.css file extension
This commit is contained in:
parent
0e53ba04fb
commit
42460463c5
@ -1,6 +1,6 @@
|
||||
import '@fontsource/inter/400.css';
|
||||
import '@fontsource/inter/700.css';
|
||||
import '../styles/globals.css';
|
||||
import '../styles/globals.scss';
|
||||
|
||||
function App({Component, pageProps}) {
|
||||
return <Component {...pageProps} />
|
||||
|
15
styles/globals.scss
Normal file
15
styles/globals.scss
Normal file
@ -0,0 +1,15 @@
|
||||
html,
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
font-family: "Inter", sans-serif;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
Loading…
Reference in New Issue
Block a user