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>

PR-URL: #37784
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Vladimir de Turckheim <vlad2t@hotmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Michael Dawson <midawson@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
  • Loading branch information
jasnell authored and targos committed May 1, 2021
1 parent c8383dd commit 0d720a4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/api_assets/style.css
Expand Up @@ -4,6 +4,7 @@
--black1: #090c15;
--black2: #2c3437;
--black3: #0d111d;
--blue1: #00f;
--white: #ffffff;
--white-smoke: #f2f2f2;
--grey-smoke: #e9edf0;
Expand Down Expand Up @@ -263,6 +264,10 @@ ol.version-picker li:last-child a {
background-color: var(--green2);
}

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

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

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

0 comments on commit 0d720a4

Please sign in to comment.