aboutsummaryrefslogtreecommitdiff
path: root/public/brag/001/style.css
diff options
context:
space:
mode:
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;
+}