From 79dc2d131f59df2f15ada1112b178c70e6e3e901 Mon Sep 17 00:00:00 2001 From: kartikverma1996 <57009757+kartikverma1996@users.noreply.github.com> Date: Fri, 25 Oct 2019 21:05:09 +0530 Subject: [PATCH] changed text decoration --- Website/styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Website/styles.css b/Website/styles.css index 2265ffc..f4efde6 100644 --- a/Website/styles.css +++ b/Website/styles.css @@ -22,7 +22,7 @@ } .arrow{ - width: 3.75em; + width: 55em; height: 3.75em; border-left: 6px solid #fff; border-bottom: 6px solid #fff; @@ -98,6 +98,6 @@ } .mail-link, .mail-link:active, .mail-link:hover, .mail-link:active{ - text-decoration: bold; + text-decoration: italic; color: #15171c; }