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, 0 insertions, 32 deletions
diff --git a/public/brag/style.css b/public/brag/style.css
deleted file mode 100644
index c0fb979..0000000
--- a/public/brag/style.css
+++ /dev/null
@@ -1,32 +0,0 @@
-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%;
-}