mirror of
https://github.com/hwchase17/langchain.git
synced 2025-07-17 18:23:59 +00:00
docs: deprecated styling (#28550)
This commit is contained in:
parent
5519a1c1d3
commit
7a96ce1320
@ -391,6 +391,13 @@ html[data-theme=dark] .MathJax_SVG * {
|
|||||||
div.deprecated {
|
div.deprecated {
|
||||||
margin-top: 0.5em;
|
margin-top: 0.5em;
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
|
|
||||||
|
background-color: var(--pst-color-warning-bg);
|
||||||
|
border-color: var(--pst-color-warning);
|
||||||
|
}
|
||||||
|
|
||||||
|
span.versionmodified.deprecated:before {
|
||||||
|
color: var(--pst-color-warning);
|
||||||
}
|
}
|
||||||
|
|
||||||
.admonition-beta.admonition, div.admonition-beta.admonition {
|
.admonition-beta.admonition, div.admonition-beta.admonition {
|
||||||
@ -411,12 +418,3 @@ 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