From 11a97fc2c6f5768f465c2f97200c922422493e16 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 29 Oct 2023 13:15:07 +0100 Subject: Replace static news by Jekyll data file. Also, utilize CSS classes --- assets/main.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'assets') diff --git a/assets/main.scss b/assets/main.scss index 0d5ddd7..c33db18 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -46,3 +46,16 @@ a:visited { color: purple !important; } +.news-item { + border-radius: 10px; + padding: 5px; + background: #eeeeee; + margin-bottom: 1em; + position: relative; +} + +.banner-close-button { + position: absolute; + top: 10px; + right: 10px; +} -- cgit v1.2.3