diff --git a/index.html b/index.html index 08c0075..4eb490b 100644 --- a/index.html +++ b/index.html @@ -34,6 +34,19 @@ font-size: 11px; text-align: center; } + .links { + color: #4a4a6a; + font-size: 11px; + text-align: center; + } + .links a { + color: #6a6aaa; + text-decoration: none; + } + .links a:hover { + color: #9999cc; + text-decoration: underline; + }
@@ -43,6 +56,11 @@