citrun

watch C/C++ source code execute
Log | Files | Refs | LICENSE

commit 59ed8cf8426a96fd8f4ddb7fbe89c6b92c9966cb
parent 927dbe95801a6faee8128a9aab0f29734c9389ad
Author: Kyle Milz <kyle@getaddrinfo.net>
Date:   Sun, 10 Apr 2016 11:20:37 -0600

www: don't set bg color on <pre>

Diffstat:
Mwww/citrun.css | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/www/citrun.css b/www/citrun.css @@ -16,10 +16,6 @@ body { /* * For "prompt" style stuff */ -pre { - background-color: ivory; -} - .prompt { color: green; }