Refactor font variable names and update CV section styles
This commit is contained in:
parent
2eec141073
commit
055df518e4
3 changed files with 24 additions and 18 deletions
|
@ -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
|
||||
// --------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue