From 63eb19280f0a682b1f8f332339b84e25771e52f0 Mon Sep 17 00:00:00 2001 From: barkaiavital Date: Thu, 14 May 2020 13:34:28 +0200 Subject: [PATCH] Update '12/style.css' --- 12/style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/12/style.css b/12/style.css index 4f63538..9077e44 100644 --- a/12/style.css +++ b/12/style.css @@ -48,4 +48,12 @@ body{ margin-top: 15px; } +a{ + color:blue; + text-decoration: none; +} + +a:hover{ + text-decoration: underline; +}