Added a nice white color for the table-of-contents item

When hovering over an item in the table of contents, the default color
of text is not very visible with the #4e4a4a background color. This
fixes the issue for me.
This commit is contained in:
आयुष झा 2020-06-06 17:59:10 +05:45 committed by Fabrice Niessen
parent 456da52c52
commit 1d08553ca3
1 changed files with 1 additions and 0 deletions

View File

@ -766,6 +766,7 @@ hr{
}
#table-of-contents a:hover{
color: #ffffff !important;
background-color:#4e4a4a;
cursor:pointer}