From 2d22fd6f23e2afe24b64e4b8ab09bf1b5404e3e4 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/style.css') 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