Refactor font variable names and update CV section styles

This commit is contained in:
Paul Nicoué 2025-06-04 19:07:20 +02:00
parent 2eec141073
commit 055df518e4
3 changed files with 24 additions and 18 deletions

View file

@ -7,17 +7,9 @@
body {
color: $black;
background-color: $white;
font-family: $text-font-family;
font-size: $text-font-size;
line-height: $text-line-height;
}
strong {
font-weight: 700;
}
em {
font-style: italic;
font-family: $default-font-family;
font-size: $default-font-size;
line-height: $default-line-height;
}
a {
@ -31,6 +23,14 @@ a {
}
}
strong {
font-weight: 700;
}
em {
font-style: italic;
}
// --------------------------------------------------
// BASE LAYOUT
// --------------------------------------------------