Skip to content

Commit

Permalink
Merge pull request #87 from yoyurec/main
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 authored Feb 11, 2023
2 parents 6091c13 + b863d2c commit be37611
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/_miscs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@ a.tag:hover {
/* Page properties */
.page-properties,
.block-properties {
--ls-page-properties-background-color: var(--ls-secondary-background-color);
margin: 0 0 0.5em;
font-size: 0.8em;
background: var(--ls-secondary-background-color);
width: fit-content;
padding-right: 2rem;
max-width: var(--ct-block-max-width);
Expand All @@ -122,7 +122,7 @@ a.tag:hover {
.sidebar-item-list {
.page-properties,
.block-properties {
background: var(--ls-tertiary-background-color);
--ls-page-properties-background-color: var(--ls-tertiary-background-color);
}
}

Expand Down
2 changes: 1 addition & 1 deletion src/_theme_light.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ html[data-theme="white"] {
--ct-block-reference-background: rgba(16, 107, 163, 0.1);
--ct-block-reference-background-hover: rgba(16, 107, 163, 0.3);

--ls-page-properties-background-color: var(--ls-tertiary-background-color);
--ls-page-properties-background-color: var(--ls-secondary-background-color);

--ls-selection-color: #fff;

Expand Down

0 comments on commit be37611

Please sign in to comment.