From 0494a54f574b7983d4fe4bef073f730bb899787e Mon Sep 17 00:00:00 2001 From: welpo Date: Mon, 26 Jun 2023 02:12:49 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20style:=20add=20styling=20to=20in?= =?UTF-8?q?fobox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sass/parts/_misc.scss | 11 +++++++++++ static/feed_style.xsl | 42 ++++-------------------------------------- 2 files changed, 15 insertions(+), 38 deletions(-) diff --git a/sass/parts/_misc.scss b/sass/parts/_misc.scss index 10a7f63..1dc3929 100644 --- a/sass/parts/_misc.scss +++ b/sass/parts/_misc.scss @@ -166,3 +166,14 @@ table tbody tr:nth-child(even) { text-indent: -2.4rem; margin-left: 2.4rem; } + +.info-box { + border: 1px solid #087E96; + border-left-width: 0.3rem; + background-color: #d1f3f8; + padding: 1rem; + margin-top: 1rem; + margin-bottom: 1rem; + border-radius: 10px; + text-align: center; +} diff --git a/static/feed_style.xsl b/static/feed_style.xsl index cadd154..875a3f5 100644 --- a/static/feed_style.xsl +++ b/static/feed_style.xsl @@ -16,46 +16,12 @@
- - This is an Atom feed. Subscribe by copying the URL from the address bar into your newsreader. Visit About Feeds to learn more and get started. It’s free. - +
+ This is a web feed, also known as an Atom feed. Subscribe by copying the URL from the address bar into your newsreader. Visit About Feeds to learn more and get started. It’s free. +