diff --git a/style.css b/style.css index 8017416..921323e 100644 --- a/style.css +++ b/style.css @@ -12,3 +12,19 @@ h1, h2, h3 { line-height: 1.2; } +a { + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +a:link { + color: #009dbb; +} + +a:visited { + color: #36738a; +} +