diff options
-rw-r--r-- | 2020-06-23-182943_Backpacks.html | 8 | ||||
-rw-r--r-- | INDEX.html | 8 | ||||
-rw-r--r-- | style.css | 8 |
3 files changed, 12 insertions, 12 deletions
diff --git a/2020-06-23-182943_Backpacks.html b/2020-06-23-182943_Backpacks.html index 23de0ee..5d50207 100644 --- a/2020-06-23-182943_Backpacks.html +++ b/2020-06-23-182943_Backpacks.html @@ -20,10 +20,10 @@ color: white; 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} </style> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> @@ -20,10 +20,10 @@ color: white; 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} </style> <!--[if lt IE 9]> <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script> @@ -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} |