aboutsummaryrefslogtreecommitdiff
path: root/theme/static/styles.css
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2024-04-27 17:01:13 -0500
committerChristian Cleberg <[email protected]>2024-04-27 17:01:13 -0500
commit63a5afda03daefb45e061a055685335207f21b60 (patch)
treed5193997d72a52f7a6d6338ea5da8a6c80b4eddc /theme/static/styles.css
parenteac7b5d0841f62d4cf1dc81f0fed3f207316bca0 (diff)
downloadcleberg.net-63a5afda03daefb45e061a055685335207f21b60.tar.gz
cleberg.net-63a5afda03daefb45e061a055685335207f21b60.tar.bz2
cleberg.net-63a5afda03daefb45e061a055685335207f21b60.zip
test conversion back to markdown
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;
-}