plot style improvements
This commit is contained in:
parent
23ef0d5a6f
commit
063bc55cc7
|
@ -1,4 +1,4 @@
|
|||
html, body { background: black; color: white; font-family: monospace; }
|
||||
html, body { background: #111; color: #dde; font-family: monospace; font-size: 1.05rem; }
|
||||
|
||||
h1, h2, h3, p { font-family: monospace; }
|
||||
|
||||
|
|
|
@ -1,10 +1,14 @@
|
|||
#lang scribble/base
|
||||
|
||||
@(require plot/no-gui racket "plot")
|
||||
@(require plot/no-gui racket racket/date "plot")
|
||||
@(date-display-format 'iso-8601)
|
||||
@(define now (current-date))
|
||||
|
||||
@title[#:style '(toc-hidden no-sidebar no-index no-toc+aux)]{BLÅHAJ score chart}
|
||||
|
||||
meow
|
||||
|
||||
last updated: @(date->string now #t)
|
||||
|
||||
@(parameterize ([plot-width 2048] [plot-height 1024])
|
||||
(make-plot plot-pict))
|
||||
|
|
Loading…
Reference in New Issue