mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-04 18:53:02 +00:00
docs: deprecated styling (#28546)
from  to 
This commit is contained in:
parent
ecdfc98ef6
commit
3d5493593b
@ -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);
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user