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-05-31 20:43:51 +05:45
parent 3a1995b800
commit bfcb6d1339
No known key found for this signature in database
GPG Key ID: B8A4C36CEE73C65F
1 changed files with 1 additions and 0 deletions

View File

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