From 4fabe52169e718af25b407533d775da3f3192015 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 6 May 2025 20:01:42 +0200 Subject: Show user statistics on profile (use pug mixin). --- public/style.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'public') diff --git a/public/style.css b/public/style.css index bbbcbbd..7c0c07b 100644 --- a/public/style.css +++ b/public/style.css @@ -226,6 +226,15 @@ div.logo img { border: var(--thin-border); } +p.box { + white-space: pre-wrap; + font-style: italic; + padding: 8px 12px; + border: var(--thin-border); + box-shadow: var(--drop-shadow); + background-color: var(--color-text); +} + /* TABLES */ table { -- cgit v1.2.3