mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 04:27:48 +00:00
36 lines
600 B
SCSS
36 lines
600 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';
|
|
@import 'helpdesk';
|
|
@import 'ourwork';
|
|
@import 'student';
|
|
@import 'shared';
|
|
@import 'statute';
|
|
@import 'history';
|
|
@import 'members';
|
|
@import 'striim';
|