1
0
mirror of https://github.com/Mikaela/cv.git synced 2025-01-10 12:12:35 +01:00
cv/assets/css/style.scss

26 lines
442 B
SCSS
Raw Normal View History

2024-05-25 09:37:19 +02:00
---
# front-matter
2024-05-25 09:37:19 +02:00
---
:root {
2024-05-26 06:52:45 +02:00
box-sizing: border-box;
2024-05-25 09:37:19 +02:00
color-scheme: dark light;
font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
margin: auto;
line-height: 1.2;
//letter-spacing: 0.5px;
2024-05-25 09:37:19 +02:00
// A4 paper
max-width: 210mm;
}
a {
text-decoration: underline;
}
pre,
code {
font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
// rem, root element, em, current element
font-size: 0.8em;
}