From 9d34867fe419733f9648d68ed67d7c6df9de659c Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Thu, 7 May 2020 18:56:37 -0500 Subject: 2020-05-07 Boulder --- public/brag/001/style.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 public/brag/001/style.css (limited to 'public/brag/001/style.css') diff --git a/public/brag/001/style.css b/public/brag/001/style.css new file mode 100644 index 0000000..9cff696 --- /dev/null +++ b/public/brag/001/style.css @@ -0,0 +1,18 @@ +a { + text-decoration: none; + color: #81a2be; +} + +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: #1d1f21; + color: #c5c8c6; + padding: 0 10px; + text-align: left; + overflow-y: scroll; +} -- cgit v1.2.3