Skip to content

Commit

Permalink
Use a color that's guaranteed to work for all scribble renderers
Browse files Browse the repository at this point in the history
closes #258
  • Loading branch information
rfindler authored Aug 19, 2020
1 parent b5597ab commit 34503be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frog/frog.scrbl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
scribble/extract)

@(define (grey . contents)
(elem #:style (style #f (list (color-property "grey")))
(elem #:style (style #f (list (color-property (list 127 127 127))))
contents))

@(define (comment . contents)
Expand Down

0 comments on commit 34503be

Please sign in to comment.