From d3e6cae7ea36b695835c4b1f98a0a91c7e5c6ec2 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Wed, 28 Oct 2020 17:44:13 -0500 Subject: initial working docker-compose --- web/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 web/style.css (limited to 'web/style.css') 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; +} -- cgit v1.2.3