Merge pull request #31623 from sftim/20220204_tweak_blog_outdated_warning

Recolor warning about old blog articles
This commit is contained in:
Kubernetes Prow Robot
2022-02-11 08:52:24 -08:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -402,6 +402,11 @@ body {
color: #000;
}
.deprecation-warning.outdated-blog, .pageinfo.deprecation-warning.outdated-blog {
background-color: $blue;
color: $white;
}
body.td-home .deprecation-warning, body.td-blog .deprecation-warning, body.td-documentation .deprecation-warning {
border-radius: 3px;
}