From 0b313270d04c430d5b67ad555ffc565fef832f0d Mon Sep 17 00:00:00 2001 From: Markus <65797058+headquarter8302@users.noreply.github.com> Date: Sat, 25 Nov 2023 00:02:27 -0400 Subject: [PATCH] format post list --- resource/styles.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/resource/styles.css b/resource/styles.css index 8ab5f5a..d0ca69a 100644 --- a/resource/styles.css +++ b/resource/styles.css @@ -59,6 +59,12 @@ h1#hero { border-radius: 8px; } +section#recentposts ul li.post-link { + background-color: #1c1c1c; + padding: 1%; + border-radius: 8px; +} + a { color: rgb(60, 138, 255); text-decoration: none;