Update about page css to improve readability

This commit is contained in:
2020-11-23 17:21:19 -05:00
parent f25175cb9e
commit 858c016502
2 changed files with 12 additions and 2 deletions

View File

@@ -519,7 +519,7 @@ body.mobile-nav-active #mobile-nav-toggle {
max-height: 35rem;
border-radius: 50%;
border-style: solid;
border-color: #111;
border-color: rgba(17, 17, 17, 0.6);
border-width: 10px;
}
@@ -844,6 +844,16 @@ 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;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/