added styling for ol elements
This commit is contained in:
parent
7aeecd66e6
commit
0a93c3b0d5
1 changed files with 12 additions and 0 deletions
|
@ -78,6 +78,12 @@ article > ul > li {
|
||||||
color: var(--joshin-primary-color-500);
|
color: var(--joshin-primary-color-500);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article > ol > li {
|
||||||
|
font-size: 18px;
|
||||||
|
line-height: 28px;
|
||||||
|
color: var(--joshin-primary-color-500);
|
||||||
|
}
|
||||||
|
|
||||||
/* Navigation */
|
/* Navigation */
|
||||||
|
|
||||||
nav {
|
nav {
|
||||||
|
@ -262,6 +268,12 @@ article.photo img:hover {
|
||||||
padding: 0 0 0 6px;
|
padding: 0 0 0 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.post-group-item ol {
|
||||||
|
list-style-type: none;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0 0 0 6px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Footer */
|
/* Footer */
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
|
|
Loading…
Add table
Reference in a new issue