Updates list items to have same style as text when in article
This commit is contained in:
parent
bb4aa3740b
commit
176ed10fe9
1 changed files with 6 additions and 0 deletions
|
@ -68,6 +68,12 @@ header h1 {
|
||||||
color: #5B636E;
|
color: #5B636E;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article > ul > li {
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 28px;
|
||||||
|
color: #5B636E;
|
||||||
|
}
|
||||||
|
|
||||||
/* Navigation */
|
/* Navigation */
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
|
|
Loading…
Add table
Reference in a new issue