mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-09-22 15:23:01 +00:00
- Add +1 to all mentors' ages (even if their birthday is in a few days) and university terms (if they haven't graduated yet) - Remove previous mentors pages content, and add a clarifying message about who to contact instead - Update helpdesk contact info in /helpdesk and /contact pages by changing the messenger link and facebook iframe to point to the main lapikud facebook page - Switch out the link to the recruitment form for the new one - Update text and code in /student and /index pages
40 lines
641 B
SCSS
40 lines
641 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;
|
|
}
|
|
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
|
|
@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';
|