Skip to content

Commit

Permalink
feat: add header component
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed May 26, 2023
1 parent 6803075 commit cdf7434
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/assets/styles/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ html.dark {
--text-font-color: rgba(255, 255, 255, 0.87);
--header-bg-light: #fff;
--line-light: rgba(60, 60, 67, .12);

// --text-font-color-light: rgba(60, 60, 67, .92);
--text-font-color-light: rgba(255, 255, 255, 0.5);

--text-code-font-color: #c9def1;
Expand All @@ -126,10 +124,6 @@ html.dark {
color: var(--link-font-color-dark);
background-color: var(--main-bg);

// a, button {
// color: rgba(255, 255, 255, 0.5);
// }

pre {
color: #1e1e20;
}
Expand Down

0 comments on commit cdf7434

Please sign in to comment.