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 --- hugo.yaml | 2 +- static/style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/hugo.yaml b/hugo.yaml index 676953c..d879b0b 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -11,4 +11,4 @@ markup: params: email: mailto:nantha@mielota.com - css: style.css?v=1.0.7 + css: style.css?v=1.0.8 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