let have list items the same text size and text color as regular text

This commit is contained in:
Felix Dollack 2017-05-31 21:32:16 +09:00
parent 8708fdbe0d
commit 8a45faf23f

View file

@ -68,6 +68,12 @@ header h1 {
color: #5B636E;
}
ul > li {
font-size: 18px;
line-height: 28px;
color: #5B636E;
}
/* Navigation */
nav {