aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMarc Coquand <marcc@fastmail.fr>2023-12-02 11:45:30 -0600
committerMarc Coquand <marcc@fastmail.fr>2023-12-02 11:45:30 -0600
commit041d0ef79d2f29ffdc2708cc535f6e4ee1f6c92d (patch)
treeb7a74da0126e9e8feea2121255280bcd806880c6 /bin
parent06ef4de771141549564742d986e6e3219749254f (diff)
downloadwormhole-041d0ef79d2f29ffdc2708cc535f6e4ee1f6c92d.tar.gz
wormhole-041d0ef79d2f29ffdc2708cc535f6e4ee1f6c92d.tar.bz2
wormhole-041d0ef79d2f29ffdc2708cc535f6e4ee1f6c92d.zip
Update template
Diffstat (limited to '')
-rw-r--r--bin/template.eml6
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>