diff options
Diffstat (limited to 'bin')
-rw-r--r-- | bin/template.eml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/template.eml b/bin/template.eml index d02baac..96e4f62 100644 --- a/bin/template.eml +++ b/bin/template.eml @@ -15,12 +15,12 @@ let render (posts: Post.t list) = <head>
<title>Sensemaking Galaxy</title>
</head>
- <body style="display:flex; flex-direction:column; align-items:center">
- <h1>Sensemaking Galaxy</h1>
+ <body style="display:flex; flex-direction:column; align-items:center; background: rgb(23,7,40); background: radial-gradient(circle, rgba(23,7,40,1) 0%, rgba(0,0,0,1) 50%, rgba(12,21,63,1) 100%);">
+ <h1 style="color: white; margin-top: 3rem">Sensemaking Galaxy</h1>
<div>
<sl-button variant="text" size="medium">rss</sl-button>
</div>
- <p>Links that have ended up in this Galaxy were sent through space
+ <p style="color: white; margin-bottom: 2rem">Links that have ended up in this Galaxy were sent through space
and time by the Sensemaking Wormhole.</p>
% posts |> List.iter begin fun { author; link; summary; tags; _ } ->
<div>
|