From 63a5afda03daefb45e061a055685335207f21b60 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sat, 27 Apr 2024 17:01:13 -0500 Subject: test conversion back to markdown --- theme/static/styles.css | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 theme/static/styles.css (limited to 'theme/static/styles.css') 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; -} -- cgit v1.2.3