Skip to content

Commit

Permalink
hightligh with light yellow color
Browse files Browse the repository at this point in the history
  • Loading branch information
hliu202 committed Nov 5, 2021
1 parent 8b42f4b commit e1426d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion purple-plain.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
--code-color: #222222;
--border-quote: var(--border);
--header-weight: bold;
--inline-code-bg: #f4f4f4;
--inline-code-bg: #eee;
}
8 changes: 2 additions & 6 deletions purple.css
Original file line number Diff line number Diff line change
Expand Up @@ -267,11 +267,7 @@ tt {

/* highlight. */
#write mark {
background-color: #f9f2f4;
border-radius: 0.3rem;
padding: 2px 4px;
margin: 0 2px;
color: #c7254e;
background: rgb(255, 255, 196);
}

#write del {
Expand Down Expand Up @@ -322,7 +318,7 @@ img[alt|="shadow"] {
line-height: 1.6;
white-space: pre-line;
border-bottom: none;
color: var(--light-text-color);
color: var(--lighter-text-color);
font-size: 0.9rem;
}
/* .md-toc-h1 {
Expand Down

0 comments on commit e1426d0

Please sign in to comment.