From 7853c8a551806007c3697a38fa5f929ca45a0985 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 29 Aug 2022 16:59:57 +0200 Subject: rename tools to code --- content/articles/2022-08-29-blog-start.md | 15 ++++++++++++--- content/style.css | 19 +++++++++++++++++++ 2 files changed, 31 insertions(+), 3 deletions(-) create mode 100644 content/style.css (limited to 'content') diff --git a/content/articles/2022-08-29-blog-start.md b/content/articles/2022-08-29-blog-start.md index 5195263..49c3ba6 100644 --- a/content/articles/2022-08-29-blog-start.md +++ b/content/articles/2022-08-29-blog-start.md @@ -1,5 +1,14 @@ -# Starting my blog +# Blog test -test -*blub* +Hello world! +## heading + +_italic_ **bold** `code` + +### sub heading + +``` +code +block +``` diff --git a/content/style.css b/content/style.css new file mode 100644 index 0000000..749fcae --- /dev/null +++ b/content/style.css @@ -0,0 +1,19 @@ +:root { + --font1: white; + --font2: #ff62fc; + --bg1: #1a051d; + --bg2: #3b1041; +} + +body { + margin: 2em; + background-color: var(--bg1); +} + +nav { + background-color: var(--bg2); +} + +p,h1,h2,h3,h4,h5,h6,span { + color: var(--font1) +} -- cgit v1.2.3-70-g09d2