X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=basis%2Fhelp%2Fhtml%2Fhtml.factor;h=c0d0677ddeb51946d2a5fe771b99f9be2a42c56f;hp=156e97810a4e304a66e03a4c276bff05fd623168;hb=ae305990c566b5986e634140835d3c27b08c8af3;hpb=baa7f3b31f3686dd30a70a3a32566c3097068e5d diff --git a/basis/help/html/html.factor b/basis/help/html/html.factor index 156e97810a..c0d0677dde 100644 --- a/basis/help/html/html.factor +++ b/basis/help/html/html.factor @@ -165,7 +165,7 @@ M: pathname url-of "padding: 10px;" "padding: 0px;" replace "background-color: #f4efd9;" "background-color: white;" replace "}" ?tail drop - " border-bottom: 1px dashed #ccc; width: 100%; padding-top: 15px; padding-bottom: 10px; }" + " border-bottom: 1px dashed #d5d5d5 width: 100%; padding-top: 15px; padding-bottom: 10px; }" append swap pick set-nth { ".a a { color: black; font-size: 24pt; line-height: 100%; }" ".a * a { color: #2a5db0; font-size: 12pt; }" @@ -186,7 +186,7 @@ M: pathname url-of >string H{ { "#000000;" "#bdc1c6;" } { "#2a5db0;" "#8ab4f8;" } - { "#333333;" "#cccccc;" } + { "#333333;" "#d5d5d5;" } { "#373e48;" "#ffffff;" } { "#8b4500;" "orange;" } { "#e3e2db;" "#444444;" }