You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
414 B
27 lines
414 B
--- |
|
--- |
|
$color-primary: #f0941d; |
|
$color-secondary: #ffa80d; |
|
|
|
body { |
|
color: #1e1e1e; |
|
font-family: 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; |
|
font-weight: 400; |
|
} |
|
|
|
a, a:link, a:visited { |
|
color: $color-primary; |
|
} |
|
a:active, a:hover { |
|
color: $color-secondary; |
|
} |
|
|
|
h4 { |
|
font-weight: 400; |
|
} |
|
|
|
@import 'header'; |
|
@import 'footer'; |
|
@import 'home'; |
|
@import 'mentors'; |
|
@import 'contact';
|
|
|