From 4c340bbfdf13b12383466997efb09a69bec86b74 Mon Sep 17 00:00:00 2001
From: echicken <echicken@bbs.electronicchicken.com>
Date: Thu, 8 Dec 2016 15:31:33 -0500
Subject: [PATCH] Added pre.ansi for extra file-listing cheesiness.

---
 web/root/css/style.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/web/root/css/style.css b/web/root/css/style.css
index 5cc44f601a..eb7efa1709 100644
--- a/web/root/css/style.css
+++ b/web/root/css/style.css
@@ -64,6 +64,11 @@ input.dropdown {
 	margin: 0 0 1em 0;
 }
 
+pre.ansi {
+	background-color : black;
+	font-family : Courier New, monospace;
+}
+
 .icon {
 	margin: 0 1em 1em 0;
 }
-- 
GitLab