From 486ee8df99d8635f8355bf54f5775e48c7bfcc8c Mon Sep 17 00:00:00 2001 From: = Date: Wed, 18 Nov 2020 13:26:12 +0100 Subject: style update --- style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index d5050ee..9326f65 100644 --- a/style.css +++ b/style.css @@ -1,2 +1,10 @@ -/* {font-family: Courier New, Courier, Monospace}*/ -* {font-family: Arial} +* { + color: white; + /*font-family: Courier New, Courier, monospace;*/ + font-family: Arial; + background-color: black; +} +a:link {color: orange} +a:visited {color: red} +a:hover {color: red} +a:active {color: red} -- cgit v1.2.2-1-g5e49 From f3f149d6d9685a7c85ad2bb3edead4e37801821a Mon Sep 17 00:00:00 2001 From: = Date: Wed, 18 Nov 2020 13:29:03 +0100 Subject: style update --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 9326f65..de9d163 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ font-family: Arial; background-color: black; } -a:link {color: orange} -a:visited {color: red} -a:hover {color: red} -a:active {color: red} +a:link {color: mediumblue} +a:visited {color: mediumblue} +a:hover {color: mediumblue} +a:active {color: mediumblue} -- cgit v1.2.2-1-g5e49 From b05ef82036d82726771564714addf9b1d337d95e Mon Sep 17 00:00:00 2001 From: = Date: Wed, 18 Nov 2020 13:57:21 +0100 Subject: style.css --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index de9d163..d1dd14b 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ font-family: Arial; background-color: black; } -a:link {color: mediumblue} -a:visited {color: mediumblue} -a:hover {color: mediumblue} -a:active {color: mediumblue} +a:link {color: dodgerblue} +a:visited {color: dodgerblue} +a:hover {color: dodgerblue} +a:active {color: dodgerblue} -- cgit v1.2.2-1-g5e49