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

write my own css

This commit is contained in:
Aminda Suomalainen 2024-05-25 10:37:19 +03:00
parent a5fa23bda5
commit f2a6e6154f
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
2 changed files with 20 additions and 1 deletions

View File

@ -1,4 +1,4 @@
theme: jekyll-theme-minimal
#theme: jekyll-theme-minimal
title: CV
description: Aminda Suomalainen, verkkopalveluylläpitäjä/web service administrator
baseurl: "/" # the subpath of your site, e.g. /blog/

19
assets/css/style.scss Normal file
View File

@ -0,0 +1,19 @@
---
# 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;
}