Skip to content

Commit

Permalink
[Improve] style minor improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
benjobs committed Jun 8, 2024
1 parent d0dcd66 commit f1bd8a4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/css/custom/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -160,19 +160,19 @@ article[itemprop="blogPost"] {
}

code {
background-color: #edf2fa;
border: none;
word-break: normal;
padding: 3px 4px;
color: var(--ifm-color-primary-light);
border-radius: 4px;
span {
font-style: normal !important;
}
}

[data-theme='dark'] code {
background-color: var(--ifm-code-background) !important;
font-weight: bolder;
color: unset;
}

.markdown h1:first-child {
Expand Down Expand Up @@ -429,7 +429,6 @@ prism-code {
color: crimson;
}


/* Font colors on the ANSI compatibilty page */
.text-warning {
color: var(--click-color-warning-text) !important;
Expand Down

0 comments on commit f1bd8a4

Please sign in to comment.