()
- ( ([style (format "color: ~a; text-align: right; padding-right: 1em" color)])
+ ( | ([style (format "color: ~a; font-weight: bold; padding-right: 1rem; text-align: right" color)])
( ()
(unless (fx= line-count 0)
(newline)
@@ -838,6 +838,9 @@
(with-html-file who palette (filedata-htmlpath fdata) (port-name ip)
( ([class (color-class 0)])
(newline)
+ ( ([style "margin-bottom: 1rem"])
+ (html-text "~a" (port-name ip)) ( ([style "opacity: 0.5"]) (html-text " on ~a" (date-and-time))))
+ (newline)
(with-line-numbers
( ()
(newline)
@@ -867,13 +870,73 @@
(lambda (ci)
(format "pc~s" ci)))
- (define (display-palette-style palette)
+ (define (display-style-with-palette palette)
( |