Skip to content

Commit

Permalink
Update custom.css
Browse files Browse the repository at this point in the history
  • Loading branch information
JacquelineDawn authored Jun 27, 2022
1 parent 82e6edf commit 8b82d8e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions theme/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ h2 {
font-weight: 400;
font-size: 20px;
line-height: 18px;
color: #333333;
color:#333333;
}

h3 {
Expand All @@ -40,7 +40,7 @@ h3 {
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #333333;
color: red;
}

h4 {
Expand All @@ -49,7 +49,7 @@ h4 {
font-weight: 400;
font-size: 12px;
line-height: 18px;
color: #333333;
color: blue;
}

p {
Expand All @@ -59,7 +59,7 @@ p {
font-size: 12px;
line-height: 18px;

color: #333333;
color: yellow;
}

li {
Expand All @@ -69,7 +69,7 @@ li {
font-size: 12px;
line-height: 18px;

color: #333333;
color: purple;
}

.chapter li.chapter-item {
Expand All @@ -79,15 +79,15 @@ li {
font-size: 12px;
line-height: 18px;

color: #333333;
color: orange;
}


.chapter li.part-title {
color: #333333;
font-size: 15px;
line-height: 18px;
color: #333333;
color: green;

}

Expand Down

0 comments on commit 8b82d8e

Please sign in to comment.