summaryrefslogtreecommitdiff
path: root/public/1998-honda-accord-ex/style.css
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2021-07-25 17:24:19 -0500
committerBlaise Thompson <blaise@untzag.com>2021-07-25 17:24:19 -0500
commit077598020c51adf06ec9ab86bc6701989e8d0a13 (patch)
tree838237124919face5b117695ca9b42b568225417 /public/1998-honda-accord-ex/style.css
parent56d58b54589cd9b2d7015208478d09339e4136dc (diff)
gitignore public
Diffstat (limited to 'public/1998-honda-accord-ex/style.css')
-rw-r--r--public/1998-honda-accord-ex/style.css66
1 files changed, 0 insertions, 66 deletions
diff --git a/public/1998-honda-accord-ex/style.css b/public/1998-honda-accord-ex/style.css
deleted file mode 100644
index ae140ca..0000000
--- a/public/1998-honda-accord-ex/style.css
+++ /dev/null
@@ -1,66 +0,0 @@
-a {
- text-decoration: none;
- color: #81a2be;
-}
-
-body {
- font-family: 'DejaVu Sans Mono', monospace;
- margin: 40px auto;
- min-width: 80ch;
- max-width: 80ch;
- line-height: 1.5;
- font-size: 16px;
- background-color: #1d1f21;
- color: #c5c8c6;
- padding: 0 10px;
- text-align: left;
- overflow-y: scroll;
-}
-
-h2 {
- font-size: 16px;
-}
-
-pre {
- width: 80ch;
- padding: 15px;
- margin-left: auto;
- margin-right: auto;
- overflow: auto;
- overflow-y: hidden;
- font-size: 15.3px;
- background: #111314;
- border: 1px solid #c5c8c6;
-}
-
-code {
- background: #111314;
- color: #de935f
-}
-
-figure {
- width: 100%;
- margin: 0px auto;
- margin-bottom: 1em;
-}
-
-audio {
- width: 100%;
-}
-
-img {
- width: 100%;
-}
-
-table {
- width: 100%;
-}
-
-table, th, td {
- border: 1px solid #969896;
- border-collapse: collapse;
-}
-
-th, td {
- padding: 5px;
-} \ No newline at end of file