From e70a719c638509087539b3ba0dba0b61d65519ca Mon Sep 17 00:00:00 2001 From: Bond_009 Date: Sat, 10 Apr 2021 16:04:07 +0200 Subject: First --- content/css/main.css | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 content/css/main.css (limited to 'content/css/main.css') diff --git a/content/css/main.css b/content/css/main.css new file mode 100755 index 0000000..5236e3f --- /dev/null +++ b/content/css/main.css @@ -0,0 +1,21 @@ +html { + font-family: Hack, monospace; + color: #eeeeee; + background-color:#1e1e1e; + line-height: 1.6; +} +main { + max-width: 70ch; + padding: 2ch; + margin: auto; +} +h1::before { + content: '# '; +} +h2::before { + content: '## '; +} +a { + color: #569cd6; + text-decoration: none; +} -- cgit v1.2.3