summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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);
}