From 8d56f0fcf004d9cc617bb44f180f0974cf2fc21c Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Wed, 24 Apr 2019 06:27:44 +0000 Subject: [PATCH] Restyle code to be less blinding --- include/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/style.css b/include/style.css index 3b52184..61f8edd 100644 --- a/include/style.css +++ b/include/style.css @@ -105,10 +105,9 @@ code { font-family: monospace, Courier; font-size: 16px; - background-color: #e8e8e8; - color: black; + color: green; - border: 1px solid black; + border: 1px solid grey; padding: 1ch; margin: 1ch;