diff --git a/index.html b/index.html index 276cbf7..36441d4 100644 --- a/index.html +++ b/index.html @@ -15,9 +15,9 @@

Box 563, Station P Toronto, ON M5S 2T1 Canada

diff --git a/style.css b/style.css index 56b4ce4..d698361 100644 --- a/style.css +++ b/style.css @@ -27,4 +27,13 @@ address * { ul li span { font-weight: bold; +} + +a { + text-decoration: none; + color: var(--red); +} + +a:hover, a:focus { + text-decoration: underline; } \ No newline at end of file