Add a feature to auto-detect newer iterations of a post.

This commit is contained in:
Anna Rose Wiggins 2024-07-03 16:00:33 +00:00
parent 0277890db3
commit 919a0cf7ed
3 changed files with 21 additions and 2 deletions

View file

@ -29,7 +29,15 @@ figcaption {
}
.l-deprecation_warning {
background-color: #dd4444;
background-color: #ff6666;
text-align: center;
width: 96%;
max-width: 720px;
margin: 20px auto 10px;
}
.l-new_version_message {
background-color: #dddd66;
text-align: center;
width: 96%;
max-width: 720px;