diff options
| -rw-r--r-- | hugo.yaml | 2 | ||||
| -rw-r--r-- | static/style.css | 5 |
2 files changed, 6 insertions, 1 deletions
@@ -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); } |
