Simple header menu
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
@import './constants.scss';
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@@ -10,6 +12,7 @@ html, body, .viewport {
|
||||
|
||||
html, body {
|
||||
font-family: 'Atlas Grotesk', 'Helvetica Neue', sans-serif;
|
||||
color: $textColor;
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
5
src/utils/constants.scss
Normal file
5
src/utils/constants.scss
Normal file
@@ -0,0 +1,5 @@
|
||||
$textColor: #171B35;
|
||||
|
||||
:export {
|
||||
textColor: $textColor;
|
||||
}
|
||||
Reference in New Issue
Block a user