diff options
| author | Blaise Thompson <blaise@untzag.com> | 2021-07-05 15:42:38 -0500 |
|---|---|---|
| committer | Blaise Thompson <blaise@untzag.com> | 2021-07-05 15:42:38 -0500 |
| commit | 92ece015bf23e0d078b8798e52d10a6cdfe7010c (patch) | |
| tree | 02bad14238bfc3f4611f333dd4c6e6bf6e64f688 /public/style.css | |
| parent | 70f88e4d34cb18ddf75f56c14e4aa2531b694952 (diff) | |
refactor to build using python
Diffstat (limited to 'public/style.css')
| -rw-r--r-- | public/style.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/public/style.css b/public/style.css deleted file mode 100644 index 9cff696..0000000 --- a/public/style.css +++ /dev/null @@ -1,18 +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; -} |
