aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'theme/static/styles.css')
-rw-r--r--theme/static/styles.css39
1 files changed, 0 insertions, 39 deletions
diff --git a/theme/static/styles.css b/theme/static/styles.css
deleted file mode 100644
index 0d574da..0000000
--- a/theme/static/styles.css
+++ /dev/null
@@ -1,39 +0,0 @@
-body {
- font-family:
- Menlo,
- Consolas,
- Monaco,
- Liberation Mono,
- Lucida Console,
- monospace;
- font-size: 0.9rem;
- margin: 0 auto;
- max-width: 50em;
- padding: 1rem;
-}
-
-img {
- height: auto;
- max-width: 100%;
- width: 100%;
-}
-
-pre {
- border: 1px solid #000;
- overflow: scroll;
- padding: 0.5rem;
-}
-
-:not(pre) code {
- color: #f00;
-}
-
-nav ul {
- padding: 0;
-}
-
-nav li {
- display: inline;
- list-style: none;
- padding-right: 0.25rem;
-}