Skip to content

Commit

Permalink
doc: apply style for legacy status
Browse files Browse the repository at this point in the history
Signed-off-by: James M Snell <jasnell@gmail.com>
  • Loading branch information
jasnell committed Mar 19, 2021
1 parent c22762c commit fa508a2
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion doc/api_assets/style.css
Expand Up @@ -23,6 +23,7 @@
--gray6: #333333;
--gray7: #c1c1c1;
--grey8: #ddd;
--yellow: #fffa00;

--color-brand-primary: var(--gray6);
--color-brand-secondary: var(--green1);
Expand Down Expand Up @@ -263,6 +264,11 @@ ol.version-picker li:last-child a {
background-color: var(--green2);
}

.api_stability_3 {
background-color: var(--yellow);
color: var(--black);
}

.module_stability {
vertical-align: middle;
}
Expand Down Expand Up @@ -372,7 +378,7 @@ dd + dt.pre {
#apicontent {
padding-top: 1rem;
}

#apicontent section {
content-visibility: auto;
contain-intrinsic-size: 1px 5000px;
Expand Down

0 comments on commit fa508a2

Please sign in to comment.