Change links to be more noticeable with Bolding and Underlining.

linkModifications
sigonasr2 6 years ago committed by GitHub
parent 48739839cf
commit 34258ed2dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      styles.css

@ -62,6 +62,11 @@ h4 {
font-size: 1.8em; font-size: 1.8em;
} }
a {
font-weight: bold;
text-decoration: underline;
}
.vision-statement { .vision-statement {
/* font-size: 1.5em; */ /* font-size: 1.5em; */
margin-bottom: 3em; margin-bottom: 3em;
@ -102,4 +107,4 @@ h4 {
.answer { .answer {
margin-left: 10px; margin-left: 10px;
} }

Loading…
Cancel
Save