From 0e2b85f692542b50952255aaf2668835bd34f12a Mon Sep 17 00:00:00 2001 From: Nantha Sorubakanthan Date: Fri, 31 Oct 2025 10:58:11 +0100 Subject: add deprecated to css --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static') diff --git a/static/style.css b/static/style.css index 2f44daa..6f6385c 100644 --- a/static/style.css +++ b/static/style.css @@ -65,6 +65,11 @@ blockquote { color: #fff; } +blockquote.deprecated { + background: rgba(187, 154, 247, 0.2); + border-color: #bb9af7; +} + a { color: var(--link); } -- cgit v1.2.3