From 991bf8315232888b2e561a5728dfe8b1ed383fe5 Mon Sep 17 00:00:00 2001 From: SparrOSDeveloperTeam <SparrOSDeveloperTeam@users.noreply.github.com> Date: Fri, 29 Jun 2018 21:02:14 -0500 Subject: [PATCH] Update index.html --- apps/HowTo/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/HowTo/index.html b/apps/HowTo/index.html index 386bbca..8a6a363 100644 --- a/apps/HowTo/index.html +++ b/apps/HowTo/index.html @@ -5,9 +5,9 @@ </head> <style type="text/css"> code { - background-color: gray; + background-color: #eee; color: white; - padding: 20px; + padding: 10px; display: block; } </style>