Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Earlier, on route
localhost/tree/docs
the word "running" appearing next to the file name of the new notebook was failing the color contrast.Before fixing
![Screenshot from 2021-07-21 16-06-26](https://user-images.githubusercontent.com/56908732/126477223-b2495b2d-4e4a-410f-b360-f197192e6ecd.png)
After fixing
![Screenshot from 2021-07-21 16-13-03](https://user-images.githubusercontent.com/56908732/126477314-a7808358-6b59-4728-a2c7-6ccc64f7b418.png)
**On route
localhost/tree#running
(a new notebook is running) kernel-name wasn't too dark.Before fixing
![Screenshot from 2021-07-21 16-07-03](https://user-images.githubusercontent.com/56908732/126477799-89bc5a21-870d-40d9-a532-db103439ab17.png)
After fixing
![Screenshot from 2021-07-21 16-14-38](https://user-images.githubusercontent.com/56908732/126477847-45faf848-32b8-48a2-8723-93a2dc660b60.png)
For new notebook, on route
http://localhost/notebooks/docs/Untitled.ipynb
the contrast for kernel_indicator was failing.Before fixing
![Screenshot from 2021-07-21 16-15-17](https://user-images.githubusercontent.com/56908732/126478060-1f2661c2-dde3-4700-b093-870e56f9c3ef.png)
After fixing
![Screenshot from 2021-07-21 16-15-04](https://user-images.githubusercontent.com/56908732/126478158-5ee909db-29f3-474b-ad76-815c9673c4a0.png)
Fixes #3218