aboutsummaryrefslogtreecommitdiff
path: root/public/brag/style.css
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-04-29 20:49:20 -0500
committerBlaise Thompson <blaise@untzag.com>2020-04-29 20:49:20 -0500
commit638a1d621ebab945a37ae9a8db054959141def6a (patch)
treedc7f25d20955c81998c9202f0ad953cf9a9a9cef /public/brag/style.css
parent1dbe87421a008ac52b7fb1d6d4a672410b1f40b3 (diff)
new style
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%;
-}