Improve readability of the about page

This commit is contained in:
Ethan Paul 2022-04-01 22:27:12 -04:00
parent a567725340
commit 4792df85db
No known key found for this signature in database
GPG Key ID: 6A337337DF6B5B1A
1 changed files with 4 additions and 10 deletions

View File

@ -500,7 +500,7 @@ body.mobile-nav-active #mobile-nav-toggle {
}
#about .about-title {
color: #bababa;
color: #fff;
font-weight: 600;
font-size: 20px;
}
@ -844,15 +844,9 @@ body.mobile-nav-active #mobile-nav-toggle {
text-align: center;
}
#about-content {
background-color: rgba(17, 17, 17, 0.7);
padding-top: 1em;
padding-bottom: 1em;
margin-top: 1em;
margin-bottom: 1em;
border-radius: 1em;
color: #d3d3d3;
}
#about-content { text-shadow: 2px 2px 4px #000; }
#about-content p { color: #fff; }
/*--------------------------------------------------------------
# Footer