diff options
| author | Blaise Thompson <blaise@untzag.com> | 2020-10-28 17:44:13 -0500 |
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2020-10-28 17:44:13 -0500 |
| commit | d3e6cae7ea36b695835c4b1f98a0a91c7e5c6ec2 (patch) | |
| tree | 68f98d5c926689ee22d7fb796e3d9ce5ebf68783 /web/style.css | |
| parent | e099ed460a4e0be3ff99b684e537b9678cf3f449 (diff) | |
initial working docker-compose
Diffstat (limited to 'web/style.css')
| -rw-r--r-- | web/style.css | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css new file mode 100644 index 0000000..4e33ceb --- /dev/null +++ b/web/style.css @@ -0,0 +1,18 @@ +a { + text-decoration: none; + color: #4271ae; +} + +body { + font-family: 'DejaVu Sans Mono', monospace; + margin: 40px auto; + min-width: 80ch; + max-width: 80ch; + line-height: 1.5; + font-size: 16px; + background-color: #ffffff; + color: #4d4d4c; + padding: 0 10px; + text-align: left; + overflow-y: scroll; +} |
