Add deprecation warning to old posts.

This commit is contained in:
2020-05-15 21:15:51 +00:00
parent 4967fadbc1
commit 7fbcda8d2f
88 changed files with 105 additions and 2 deletions

View File

@ -14,6 +14,14 @@ body {
color: #000000;
}
.l-deprecation_warning {
background-color: #dd4444;
text-align: center;
width: 96%;
max-width: 720px;
margin: 20px auto 10px;
}
a {
color: #1756a9;
}