Skip to content

Commit

Permalink
fix(code): fix some color problems
Browse files Browse the repository at this point in the history
  • Loading branch information
UNICKCHENG committed Mar 3, 2023
1 parent eef025d commit 00d7a18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/_code.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

// `` 语法的代码块
:not(pre) > code {
background-color: rgba(var(--ls-secondary-background-color), 0.7);
background-color: var(--ls-secondary-background-color);
}

// covering upstream configurations
Expand Down
2 changes: 1 addition & 1 deletion scss/_color.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ html[data-theme=light] {
--ls-code-color: #fff;
--ls-code-language-color: gray;
--ls-code-background-color: #272c35 ;
--ls-code-selected-background-color: #0a0c0e;
--ls-code-selected-background-color: #32445A;

--ls-bullet-threading-background-color: #E9ECEF;
--ls-task-done-text-color: gray;
Expand Down

0 comments on commit 00d7a18

Please sign in to comment.