Skip to content

Commit

Permalink
fixed issue-#6
Browse files Browse the repository at this point in the history
  • Loading branch information
MarMomento committed Jan 31, 2021
1 parent f81c301 commit dc3c04f
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
9 changes: 9 additions & 0 deletions mo-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,15 @@ u {
}

/* code */
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
font-size: inherit;
}

code {
background-color: rgba(34, 37, 38, 0.05);
color: #e96900;
Expand Down
9 changes: 9 additions & 0 deletions mo.css
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,15 @@ u {
}

/* code */
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
font-size: inherit;
}

code {
background-color: rgba(34, 37, 38, 0.05);
color: #e96900;
Expand Down
9 changes: 9 additions & 0 deletions src/common/dark/_format.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ u {
}

/* code */
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
font-size: inherit;
}

code {
@include format-bg-font(code-bg, code-color);
font: {
Expand Down
9 changes: 9 additions & 0 deletions src/common/light/_format.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,15 @@ u {
}

/* code */
h1 code,
h2 code,
h3 code,
h4 code,
h5 code,
h6 code {
font-size: inherit;
}

code {
@include format-bg-font(code-bg, code-color);
font: {
Expand Down

0 comments on commit dc3c04f

Please sign in to comment.