aboutsummaryrefslogtreecommitdiff
path: root/public/brag/style.css
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2019-09-14 19:00:39 -0500
committerBlaise Thompson <blaise@untzag.com>2019-09-14 19:00:39 -0500
commit7bebe38266ca25f2bd2f841fd9cf6a6d2172b37e (patch)
treeb8c31883a07bf4715d1f716ab6bb976a023147c4 /public/brag/style.css
parent83a33cb7b454c97a36e513b7298e51fd531f18ee (diff)
brag
Diffstat (limited to 'public/brag/style.css')
-rw-r--r--public/brag/style.css32
1 files changed, 32 insertions, 0 deletions
diff --git a/public/brag/style.css b/public/brag/style.css
new file mode 100644
index 0000000..c0fb979
--- /dev/null
+++ b/public/brag/style.css
@@ -0,0 +1,32 @@
+a {
+ text-decoration: none;
+ color: #81a2be;
+}
+
+body {
+ font-family: sans-serif;
+ margin: 40px auto;
+ max-width: 650px;
+ line-height: 1.6;
+ font-size: 16px;
+ background-color: #1d1f21;
+ color: #c5c8c6;
+ padding: 0 10px;
+ text-align: left;
+}
+
+table, th, td {
+ border: 1px solid #969896;
+ border-collapse: collapse;
+}
+
+th, td {
+ padding: 5px;
+}
+
+.center {
+ display: block;
+ margin-left: auto;
+ margin-right: auto;
+ width: 50%;
+}