summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorNantha Sorubakanthan <nantha@mielota.com>2025-10-31 10:58:11 +0100
committerNantha Sorubakanthan <nantha@mielota.com>2025-10-31 10:58:11 +0100
commit0e2b85f692542b50952255aaf2668835bd34f12a (patch)
tree88955e2d16241356fba154cf42728c5b7a1ed40b /static
parentd1bde894bc6c782da3f95bc38ffa7daca882da64 (diff)
add deprecated to css
Diffstat (limited to 'static')
-rw-r--r--static/style.css5
1 files changed, 5 insertions, 0 deletions
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);
}