From e38740431a20461c387c8991fa150687997ae805 Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Sat, 17 Mar 2018 21:51:01 +0100 Subject: [PATCH] Aid reading of tables --- manual/stylesheets/style.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/manual/stylesheets/style.css b/manual/stylesheets/style.css index 9b356456e..42982d630 100644 --- a/manual/stylesheets/style.css +++ b/manual/stylesheets/style.css @@ -27,12 +27,12 @@ h2 { h3 { font-size: 130%; color: white; - background-color: #525D76; + background-color: #525d76; } h4 { color: white; - background-color: #828DA6; + background-color: #828da6; } h5 { @@ -125,7 +125,7 @@ pre var, code var { /* highlight console output */ .output { color: white; - background: #837A67; + background: #837a67; overflow: hidden; text-overflow: ellipsis; } @@ -145,6 +145,10 @@ td { color: black; } +tr:hover > td { + background-color: whitesmoke; +} + th { background-color: silver; color: black;