ws.css: fix invalid color

use the same like original http://www.methods.co.nz/asciidoc/docbook-xsl.css

Reported by Jay Turner https://www.wireshark.org/lists/wireshark-dev/201707/msg00141.html

Change-Id: Ia44d7cbd24c1b2f3b9b011d3ed07619d2fa733cd
Reviewed-on: https://code.wireshark.org/review/23022
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2017-08-08 22:59:42 +02:00 committed by Anders Broman
parent 21672e51e4
commit b8c2228321
1 changed files with 2 additions and 2 deletions

View File

@ -104,7 +104,7 @@ body h1, body h2, body h3, body h4, body h5, body h6 {
body pre {
margin: 0.5em 10% 0.5em 1em;
line-height: 1.4;
color: 333;
color: navy;
}
pre, tt, code, .command {
@ -113,7 +113,7 @@ pre, tt, code, .command {
}
tt.literal, code.literal {
color: 333;
color: navy;
}
.programlisting, .screen {