From da0952778ec9790b4409cdbbeda12dc618cfd461 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 25 Jan 2025 20:24:40 +0200 Subject: feat(views/archive): Improve formatting and layout --- views/styles.css | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'views/styles.css') diff --git a/views/styles.css b/views/styles.css index 1fcdb9d..f1a24fe 100644 --- a/views/styles.css +++ b/views/styles.css @@ -257,13 +257,22 @@ hr.new-section { } .item { - border: 2px solid teal; + background-image: url(/paper.jpg); + background-repeat: repeat; + display: flex; flex-direction: row; - padding: 0.5em; + border-radius: 0.25em; - font-size: 1.08em; + + padding: 0.5em; margin-bottom: 1em; + + font-size: 1.08em; + + border: 4px solid var(--dark-purple); + border-top: none; + border-bottom: none; } .item > :first-child { -- cgit v1.2.3