1
0
mirror of https://github.com/Mikaela/cv.git synced 2024-11-25 09:59:23 +01:00

assets/main.scss: what happened to using variables? also system fonts

This commit is contained in:
Aminda Suomalainen 2024-05-30 17:46:53 +03:00
parent cdc5f02a57
commit 8012ac4eb9
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q

View File

@ -4,6 +4,11 @@
@charset "utf-8";
$base-font-family: ui-serif, "Liberation Serif", Tinos, "Times New Roman",
serif;
$monospace-font-family: ui-monospace, "Liberation Mono", Cousine,
"Courier New", monospace;
@import "{{ site.theme }}";
:root {
@ -14,7 +19,6 @@
// box-sizing: border-box !important;
color: revert !important;
background-color: revert !important;
font-family: "Liberation Serif", "Tinos", "Times New Roman", serif !important;
//margin: auto !important;
// line-height: 1.2 !important;
// A4 paper
@ -31,7 +35,6 @@ a {
pre,
code {
font-family: "Liberation Mono", "Cousine", "Courier New", monospace !important;
font-size: 0.8em !important;
}