mirror of
https://github.com/Mikaela/cv.git
synced 2024-11-29 03:59:27 +01:00
write my own css
This commit is contained in:
parent
a5fa23bda5
commit
f2a6e6154f
@ -1,4 +1,4 @@
|
|||||||
theme: jekyll-theme-minimal
|
#theme: jekyll-theme-minimal
|
||||||
title: CV
|
title: CV
|
||||||
description: Aminda Suomalainen, verkkopalveluylläpitäjä/web service administrator
|
description: Aminda Suomalainen, verkkopalveluylläpitäjä/web service administrator
|
||||||
baseurl: "/" # the subpath of your site, e.g. /blog/
|
baseurl: "/" # the subpath of your site, e.g. /blog/
|
||||||
|
19
assets/css/style.scss
Normal file
19
assets/css/style.scss
Normal 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user