aboutsummaryrefslogtreecommitdiff
path: root/public/brag/001/style.css
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-05-07 18:56:37 -0500
committerBlaise Thompson <blaise@untzag.com>2020-05-07 18:56:37 -0500
commit9d34867fe419733f9648d68ed67d7c6df9de659c (patch)
treeb5c18743dac46835c80b6b654baba3ebc589a0d2 /public/brag/001/style.css
parent638a1d621ebab945a37ae9a8db054959141def6a (diff)
2020-05-07 Boulder
Diffstat (limited to 'public/brag/001/style.css')
-rw-r--r--public/brag/001/style.css18
1 files changed, 18 insertions, 0 deletions
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;
+}