mpercivalxyz

this website!
Log | Files | Refs | README

commit dd3c13669025ac8b06949e932f603e3035b666d0
parent c75ea3e473795edb12492f473e9cf0071dafd28a
Author: mpizzzle <m@michaelpercival.xyz>
Date:   Mon, 29 Jun 2020 13:00:09 +0100

removing hover highlighting

Diffstat:
Mstyle.css | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/style.css b/style.css @@ -83,13 +83,13 @@ table td { white-space: nowrap; } -#branches tr:hover td, +/*#branches tr:hover td, #tags tr:hover td, #index tr:hover td, #log tr:hover td, #files tr:hover td { background-color: #eee; -} +}*/ #index tr td:nth-child(2), #tags tr td:nth-child(3),