Recolor warning about old blog articles
Use white on blue. This color combination is on-brand and stands out, whilst looking less alarming than the black on yellow for old documentation versions.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user