summaryrefslogtreecommitdiff
path: root/public/a/style.css
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-04-11 20:20:27 -0500
committerBlaise Thompson <blaise@untzag.com>2020-04-11 20:20:27 -0500
commitaf97cdcd4997186fccc955b78577407604fd10ac (patch)
treea37aabfff8c873bdf868c662eb2cd49b22e90358 /public/a/style.css
parent5e2a82641aab330f9a94a74b5fa4386dd684d7f1 (diff)
instrumental software
Diffstat (limited to 'public/a/style.css')
-rw-r--r--public/a/style.css35
1 files changed, 0 insertions, 35 deletions
diff --git a/public/a/style.css b/public/a/style.css
deleted file mode 100644
index f1b4927..0000000
--- a/public/a/style.css
+++ /dev/null
@@ -1,35 +0,0 @@
-a {
- text-decoration: none;
- color: #81a2be;
-}
-
-body {
- font-family: sans-serif;
- margin: 40px auto;
- max-width: 650px;
- line-height: 1.5;
- font-size: 16px;
- background-color: #1d1f21;
- color: #c5c8c6;
- padding: 0 10px;
- text-align: left;
-}
-
-.singlespaced {
- line-height: 1;
-}
-
-.horizontal {
- display: flex;
- list-style-type: none;
- padding: 0;
- justify-content: space-between;
-}
-
-.tab30 {
- margin-left: 30px;
-}
-
-.tab60 {
- margin-left: 60px;
-} \ No newline at end of file