2024-05-25 09:37:19 +02:00
|
|
|
---
|
2024-05-26 06:48:56 +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;
|
2024-05-26 06:48:56 +02:00
|
|
|
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;
|
|
|
|
}
|
2024-05-26 06:48:56 +02:00
|
|
|
|
|
|
|
pre,
|
|
|
|
code {
|
|
|
|
font-family: "Liberation Mono", "Cousine", "Courier New", monospace;
|
|
|
|
// rem, root element, em, current element
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|