Soften language about older articles

This commit is contained in:
Jordan Liggitt
2022-02-26 22:43:27 -05:00
parent b6f0d8ffbc
commit a61da6510d
3 changed files with 6 additions and 7 deletions
+5 -2
View File
@@ -401,8 +401,8 @@ body {
}
.deprecation-warning, .pageinfo.deprecation-warning {
padding: 20px;
margin: 20px 0;
padding: clamp(10px, 2vmin, 20px);
margin: clamp(10px, 1vh, 20px) 0;
background-color: #faf5b6;
color: #000;
}
@@ -416,6 +416,9 @@ body.td-home .deprecation-warning, body.td-blog .deprecation-warning, body.td-do
border-radius: 3px;
}
.deprecation-warning p:only-child {
margin-bottom: 0;
}
.td-documentation .td-content > .highlight {
max-width: initial;