From 4603a6bd2af2f3abfa4a0d3bbbf7002392f79960 Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Wed, 22 May 2019 11:42:54 +0900 Subject: [PATCH] Change links to be more noticeable with Bolding and Underlining. --- styles.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/styles.css b/styles.css index c20f5c1..792ab04 100644 --- a/styles.css +++ b/styles.css @@ -67,6 +67,11 @@ h4 { font-size: 1.8em; } +a { + font-weight: bold; + text-decoration: underline; +} + .vision-statement { /* font-size: 1.5em; */ margin-bottom: 3em;