From 34258ed2dc91c34f4c91ccc0a40414262c573e5c Mon Sep 17 00:00:00 2001 From: sigonasr2 Date: Tue, 7 May 2019 11:11:00 +0900 Subject: [PATCH] Change links to be more noticeable with Bolding and Underlining. --- styles.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index 565496a..d85f2c4 100644 --- a/styles.css +++ b/styles.css @@ -62,6 +62,11 @@ h4 { font-size: 1.8em; } +a { + font-weight: bold; + text-decoration: underline; +} + .vision-statement { /* font-size: 1.5em; */ margin-bottom: 3em; @@ -102,4 +107,4 @@ h4 { .answer { margin-left: 10px; -} \ No newline at end of file +}