From 2b9e394318776b02db9f8bdf63a77055ea122617 Mon Sep 17 00:00:00 2001 From: mdchaparrror Date: Sat, 26 Jan 2019 15:42:42 -0500 Subject: [PATCH] commit 2019-01-26 --- src/data/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/data/index.html b/src/data/index.html index 866f9a1..9af988e 100644 --- a/src/data/index.html +++ b/src/data/index.html @@ -8,7 +8,7 @@ overflow : hidden; padding : 0; margin : 0; - background-color: #FFFFFF; + background-color: #000000; } #info { position : absolute; @@ -18,7 +18,7 @@ text-align : center; } #info a { - color : #66F; + color : #FFFFFF; text-decoration : none; } #info a:hover {