Erick Friis 2024-12-05 12:41:41 -08:00 committed by GitHub
parent ecdfc98ef6
commit 3d5493593b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,6 +80,8 @@
html { html {
--pst-font-family-base: 'Inter'; --pst-font-family-base: 'Inter';
--pst-font-family-heading: 'Inter Tight', sans-serif; --pst-font-family-heading: 'Inter Tight', sans-serif;
--pst-icon-versionmodified-deprecated: var(--pst-icon-exclamation-triangle);
} }
/******************************************************************************* /*******************************************************************************
@ -409,3 +411,12 @@ p {
font-size: 0.9rem; font-size: 0.9rem;
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
div.deprecated {
background-color: var(--pst-color-warning-bg);
border-color: var(--pst-color-warning);
}
span.versionmodified.deprecated:before {
color: var(--pst-color-warning);
}