diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-31 10:58:11 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-31 10:58:11 +0100 |
| commit | 0e2b85f692542b50952255aaf2668835bd34f12a (patch) | |
| tree | 88955e2d16241356fba154cf42728c5b7a1ed40b /static/style.css | |
| parent | d1bde894bc6c782da3f95bc38ffa7daca882da64 (diff) | |
add deprecated to css
Diffstat (limited to 'static/style.css')
| -rw-r--r-- | static/style.css | 5 |
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); } |
