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