diff options
author | Case Duckworth | 2022-05-24 17:16:49 -0500 |
---|---|---|
committer | Case Duckworth | 2022-05-24 17:16:49 -0500 |
commit | 849013a6d2ae99ea1b088298b8f2067818b7404d (patch) | |
tree | ec3b58022c90b82425e855fd3c8f864f2671071d /src/beans.html | |
parent | Use rsync -u to avoid .last_build (diff) | |
download | hat-trick-849013a6d2ae99ea1b088298b8f2067818b7404d.tar.gz hat-trick-849013a6d2ae99ea1b088298b8f2067818b7404d.zip |
Generate a feed
Diffstat (limited to 'src/beans.html')
-rw-r--r-- | src/beans.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/src/beans.html b/src/beans.html deleted file mode 100644 index ff89934..0000000 --- a/src/beans.html +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
1 | html,body { | ||
2 | min-height: 100vh; | ||
3 | margin:0; padding: 0; | ||
4 | } | ||
5 | |||
6 | html { | ||
7 | font: 18px serif; | ||
8 | background: #385180; | ||
9 | } | ||
10 | |||
11 | body { | ||
12 | max-width: 79ch; | ||
13 | padding: 0 2ch; | ||
14 | margin: 0 auto; | ||
15 | background: #405990; | ||
16 | color: white; | ||
17 | } | ||
18 | |||
19 | a { | ||
20 | color: yellow; | ||
21 | } | ||