We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 185d4cd commit 6da0a0eCopy full SHA for 6da0a0e
doc/api_assets/style.css
@@ -4,6 +4,7 @@
4
--black1: #090c15;
5
--black2: #2c3437;
6
--black3: #0d111d;
7
+ --blue1: #00f;
8
--white: #ffffff;
9
--white-smoke: #f2f2f2;
10
--grey-smoke: #e9edf0;
@@ -263,6 +264,10 @@ ol.version-picker li:last-child a {
263
264
background-color: var(--green2);
265
}
266
267
+.api_stability_3 {
268
+ background-color: var(--blue1);
269
+}
270
+
271
.module_stability {
272
vertical-align: middle;
273
@@ -372,7 +377,7 @@ dd + dt.pre {
372
377
#apicontent {
373
378
padding-top: 1rem;
374
379
375
-
380
376
381
#apicontent section {
382
content-visibility: auto;
383
contain-intrinsic-size: 1px 5000px;
0 commit comments