From 7b7eca0b5da0dbccdefc54f3ce782bd008c965c6 Mon Sep 17 00:00:00 2001 From: Vinit Jha Date: Mon, 8 Oct 2018 10:41:46 +0530 Subject: [PATCH 1/2] color changes --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ff43024..3b0c7ed 100644 --- a/index.html +++ b/index.html @@ -7,7 +7,7 @@ color:green;} span {color:red; font-style:italic;} -table { border-color: purple;} +table { border-color:green;} a:hover{background-color:black; color:white;} a:visted {background-color:black; @@ -53,4 +53,4 @@

Famous web site link

DOMINOS - \ No newline at end of file + From 760310756b8593e5ce0bda3b690b257398142008 Mon Sep 17 00:00:00 2001 From: Vinit Jha Date: Mon, 8 Oct 2018 10:44:17 +0530 Subject: [PATCH 2/2] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3b0c7ed..e51ed75 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ font-style:italic;} table { border-color:green;} a:hover{background-color:black; - color:white;} + color:rgb(41,61,255);} a:visted {background-color:black; color:white;} a:active { background-color:orange;}