mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-20 20:22:29 +00:00
28 lines
414 B
SCSS
28 lines
414 B
SCSS
---
|
|
---
|
|
$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';
|