aboutsummaryrefslogtreecommitdiff
path: root/public/brag/000
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/000
parent638a1d621ebab945a37ae9a8db054959141def6a (diff)
2020-05-07 Boulder
Diffstat (limited to 'public/brag/000')
-rw-r--r--public/brag/000/index.html2
-rw-r--r--public/brag/000/style.css18
2 files changed, 19 insertions, 1 deletions
diff --git a/public/brag/000/index.html b/public/brag/000/index.html
index fc57abc..f9af278 100644
--- a/public/brag/000/index.html
+++ b/public/brag/000/index.html
@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" name="viewport" content="width=80ch">
<title>brag 000</title>
- <link rel="stylesheet" href="../../style.css">
+ <link rel="stylesheet" href="style.css">
</head>
<body>
diff --git a/public/brag/000/style.css b/public/brag/000/style.css
new file mode 100644
index 0000000..9cff696
--- /dev/null
+++ b/public/brag/000/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;
+}