| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c8383dd commit 0d720a4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4,6 +4,7 @@ | |||
| 4 | 4 | --black1: #090c15; | |
| 5 | 5 | --black2: #2c3437; | |
| 6 | 6 | --black3: #0d111d; | |
| 7 | + --blue1: #00f; | ||
| 7 | 8 | --white: #ffffff; | |
| 8 | 9 | --white-smoke: #f2f2f2; | |
| 9 | 10 | --grey-smoke: #e9edf0; | |
@@ -263,6 +264,10 @@ ol.version-picker li:last-child a { | |||
| 263 | 264 | background-color: var(--green2); | |
| 264 | 265 | } | |
| 265 | 266 | ||
| 267 | + .api_stability_3 { | ||
| 268 | + background-color: var(--blue1); | ||
| 269 | + } | ||
| 270 | + | ||
| 266 | 271 | .module_stability { | |
| 267 | 272 | vertical-align: middle; | |
| 268 | 273 | } | |
@@ -372,7 +377,7 @@ dd + dt.pre { | |||
| 372 | 377 | #apicontent { | |
| 373 | 378 | padding-top: 1rem; | |
| 374 | 379 | } | |
| 375 | - | ||
| 380 | + | ||
| 376 | 381 | #apicontent section { | |
| 377 | 382 | content-visibility: auto; | |
| 378 | 383 | contain-intrinsic-size: 1px 5000px; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments