Add deprecation warning to old posts.
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user