diff --git a/index.css b/index.css index 2ed0ea1..c7f4897 100644 --- a/index.css +++ b/index.css @@ -10,8 +10,8 @@ font-family: sans; } a { -color: rgb(128,160,128); +color: rgb(128,192,128); } a:hover { -color: rgb(160,128,128); +color: rgb(192,128,128); }