From 39b900ea13e071e09401a54ca529b8caa4bc7197 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 29 Aug 2021 22:44:02 +0200 Subject: Separated index and blog --- style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 53bd3a0..c3e4d36 100644 --- a/style.css +++ b/style.css @@ -22,6 +22,15 @@ h1, h2, h3, h4, h5, h6 { text-align: center; } +#blog ul li { + margin-bottom: 0.4em; +} + +ul time { + font-size: 80%; + color: #999; +} + pre { background-color: #f0f0f0; padding: 1em; -- cgit v1.1