added warning banner to outdated postgresql blog post

This commit is contained in:
2026-03-25 22:29:26 +01:00
parent 5dee4fccc1
commit 2d052acf91
3 changed files with 20 additions and 1 deletions

View File

@@ -80,10 +80,11 @@
}
.toc-container {
max-width: 650px;
max-width: var(--width-toc);
margin-left: auto;
margin-right: auto;
margin-top: 12px;
box-sizing: border-box;
background-color: var(--color-background-highlight);
padding: 16px 0;
border: var(--border-style) var(--border-dash-size) var(--color-highlight);