Merge pull request #12 from sigonasr2/linkModifications-branch

Change links to be more noticeable with Bolding and Underlining.
revert-14-shadowText-branch
sigonasr2 6 years ago committed by GitHub
commit a5a0ebc52a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      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;

Loading…
Cancel
Save