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;