From a3754aff5abf373f26dbb1de2c005c3d388cbeab Mon Sep 17 00:00:00 2001 From: soshal <111147773+soshal@users.noreply.github.com> Date: Wed, 13 Dec 2023 12:21:29 +0530 Subject: [PATCH] Create style.css i create css file, both html and css together were bit annoying --- style.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 style.css diff --git a/style.css b/style.css new file mode 100644 index 0000000..f137047 --- /dev/null +++ b/style.css @@ -0,0 +1,28 @@ +/* styles.css */ + +body { + font-family: sans-serif; +} + +h1, +h2, +h3 { + font-family: serif; + font-weight: normal; +} + +blockquote { + margin: 0; + padding-left: 1ch; + border-left: 4px solid lightgrey; + font-style: italic; +} + +.remark-code, +.remark-inline-code { + font-family: 'Ubuntu Mono', monospace; +} + +li:not(:last-child) { + padding-bottom: 0.4rem; +}