Change links to be more noticeable with Bolding and Underlining.

This commit is contained in:
sigonasr2 2019-05-22 11:42:54 +09:00
parent 0a10fee15a
commit 4603a6bd2a

View File

@ -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;