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