summaryrefslogtreecommitdiff
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
parentd1bde894bc6c782da3f95bc38ffa7daca882da64 (diff)
add deprecated to css
-rw-r--r--hugo.yaml2
-rw-r--r--static/style.css5
2 files changed, 6 insertions, 1 deletions
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);
}