Skip to content

Commit

Permalink
fix: some color fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jun 6, 2022
1 parent 19cbb4b commit 2b99bad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/_miscs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ a.tag:hover {
/* Page properties */
.page-properties,
.block-properties {
margin: 0 0 0.5em -8px;
margin: 0 0 0.5em;
font-size: 0.8em;
background: var(--ls-secondary-background-color);
width: fit-content;
Expand Down Expand Up @@ -204,3 +204,7 @@ progress::-webkit-progress-value {
.link_preview__root {
max-width: 100%;
}

.page-icon {
font-family: 'Inter', sans-serif;
}
2 changes: 1 addition & 1 deletion src/_theme_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ html[data-theme="dark"] {
--ct-secondary-color: #6096ba;
--ct-warning-color: #ff7262;
--ct-success-color: #0dcf82;
--ct-highlight-color: #ffc600;
--ct-highlight-color: #d3a400;

--color-level-1: #313942;
--color-level-2: #38434c;
Expand Down

0 comments on commit 2b99bad

Please sign in to comment.