mirror of
https://github.com/Mikaela/cv.git
synced 2025-01-10 20:22:37 +01:00
20 lines
249 B
SCSS
20 lines
249 B
SCSS
|
---
|
||
|
# front-end
|
||
|
---
|
||
|
|
||
|
:root {
|
||
|
color-scheme: dark light;
|
||
|
font-family: "Liberation Serif", "Tinos", "Times New Roman", serif;
|
||
|
margin: auto;
|
||
|
// A4 paper
|
||
|
max-width: 210mm;
|
||
|
}
|
||
|
|
||
|
* {
|
||
|
box-sizing: border-box;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
text-decoration: underline;
|
||
|
}
|