Improve readability of the about page
This commit is contained in:
parent
a567725340
commit
4792df85db
@ -500,7 +500,7 @@ body.mobile-nav-active #mobile-nav-toggle {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#about .about-title {
|
#about .about-title {
|
||||||
color: #bababa;
|
color: #fff;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
@ -844,15 +844,9 @@ body.mobile-nav-active #mobile-nav-toggle {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#about-content {
|
#about-content { text-shadow: 2px 2px 4px #000; }
|
||||||
background-color: rgba(17, 17, 17, 0.7);
|
|
||||||
padding-top: 1em;
|
#about-content p { color: #fff; }
|
||||||
padding-bottom: 1em;
|
|
||||||
margin-top: 1em;
|
|
||||||
margin-bottom: 1em;
|
|
||||||
border-radius: 1em;
|
|
||||||
color: #d3d3d3;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*--------------------------------------------------------------
|
/*--------------------------------------------------------------
|
||||||
# Footer
|
# Footer
|
||||||
|
Loading…
Reference in New Issue
Block a user