diff --git a/doc/api/index.md b/doc/api/index.md index 8bd8a3f3267ce0..841e0f3804e6f8 100644 --- a/doc/api/index.md +++ b/doc/api/index.md @@ -8,7 +8,7 @@ * [About this documentation](documentation.html) * [Usage and example](synopsis.html) -
+
* [Assertion testing](assert.html) * [Async hooks](async_hooks.html) @@ -61,6 +61,6 @@ * [Worker threads](worker_threads.html) * [Zlib](zlib.html) -
+
* [Code repository and issue tracker](https://github.com/nodejs/node) diff --git a/doc/api_assets/style.css b/doc/api_assets/style.css index a143fd88013b4c..dcd969101334fe 100644 --- a/doc/api_assets/style.css +++ b/doc/api_assets/style.css @@ -524,7 +524,7 @@ a code { #column2 .line { margin: 0 .5rem; - background-color: #707070; + border-color: #707070; } #column2 ul li:last-child {