| @@ -27,12 +27,12 @@ h2 { | |||||
| h3 { | h3 { | ||||
| font-size: 130%; | font-size: 130%; | ||||
| color: white; | color: white; | ||||
| background-color: #525D76; | |||||
| background-color: #525d76; | |||||
| } | } | ||||
| h4 { | h4 { | ||||
| color: white; | color: white; | ||||
| background-color: #828DA6; | |||||
| background-color: #828da6; | |||||
| } | } | ||||
| h5 { | h5 { | ||||
| @@ -125,7 +125,7 @@ pre var, code var { | |||||
| /* highlight console output */ | /* highlight console output */ | ||||
| .output { | .output { | ||||
| color: white; | color: white; | ||||
| background: #837A67; | |||||
| background: #837a67; | |||||
| overflow: hidden; | overflow: hidden; | ||||
| text-overflow: ellipsis; | text-overflow: ellipsis; | ||||
| } | } | ||||
| @@ -145,6 +145,10 @@ td { | |||||
| color: black; | color: black; | ||||
| } | } | ||||
| tr:hover > td { | |||||
| background-color: whitesmoke; | |||||
| } | |||||
| th { | th { | ||||
| background-color: silver; | background-color: silver; | ||||
| color: black; | color: black; | ||||