From 0b0656c961643e184dacb4fcaed492d9f8e752fe Mon Sep 17 00:00:00 2001 From: Ayo Date: Mon, 22 May 2023 16:07:10 +0200 Subject: [PATCH] style: add reset.css to fix inconsistencies --- _includes/message.html | 6 +- _layouts/post.html | 7 +- _posts/2018-01-12-git-and-github.md | 4 +- assets/main.scss | 120 +++++----------------------- assets/reset.css | 69 ++++++++++++++++ 5 files changed, 98 insertions(+), 108 deletions(-) create mode 100644 assets/reset.css diff --git a/_includes/message.html b/_includes/message.html index 7d3a023..02e4936 100644 --- a/_includes/message.html +++ b/_includes/message.html @@ -7,8 +7,8 @@ padding: 1em; " > -

Dear fellow human,

-

Welcome! I'm glad you are here.

+

Hello there, fellow human!

+

Welcome to my personal blog! Glad you are here.

Like you, I have many areas of interest. And you will find here a collection of my posts on varying topics which are not confined to my "professional" @@ -56,7 +56,7 @@ y.innerHTML = "« Read less..."; } else { x.style.display = "none"; - y.innerHTML = "Read full message »"; + y.innerHTML = "Read the full message »"; } } diff --git a/_layouts/post.html b/_layouts/post.html index 6453bbf..a251a1e 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -66,20 +66,19 @@ layout: default Thoughts? Reply to this post by email