add: custom deprecation notice

This commit is contained in:
Franek 2024-03-31 19:03:59 +00:00 committed by GitHub
parent 1f3450cfd7
commit e29b746aa1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -79,7 +79,7 @@ ol li::before {
}
*[data-deprecated]::after {
content: " (deprecated)";
content: ' (' attr(data-deprecated-entry, "deprecated") ')';
color: red;
}
@ -95,4 +95,4 @@ ol li::before {
body>#arrows {
display: none;
}
}