From a207fdbb5ed6ac0324d68ab637f2cf02adacbe77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E0=A4=86=E0=A4=AF=E0=A5=81=E0=A4=B7=20=E0=A4=9D=E0=A4=BE?= Date: Sat, 6 Jun 2020 17:59:10 +0545 Subject: [PATCH] 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. --- styles/readtheorg/css/readtheorg.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/readtheorg/css/readtheorg.css b/styles/readtheorg/css/readtheorg.css index 11affc4..cf1af39 100644 --- a/styles/readtheorg/css/readtheorg.css +++ b/styles/readtheorg/css/readtheorg.css @@ -767,6 +767,7 @@ hr{ } #table-of-contents a:hover{ + color: #ffffff !important; background-color:#4e4a4a; cursor:pointer}