Skip to content

Commit

Permalink
fix: some enhancemens
Browse files Browse the repository at this point in the history
Adjust font size.
Query background
Dark theme color
  • Loading branch information
pengx17 committed Jul 27, 2021
1 parent 7d46712 commit 84ea33f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

:root {
--ct-text-size: 16px;
--ct-text-size: 15px;
--ct-line-height: 1.6;
--ls-font-family: "Source Sans 3 VF", "Source Han Sans VF", ui-sans-serif,
system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Expand Down
1 change: 1 addition & 0 deletions src/_queries.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/* query */
.custom-query > div:first-child {
border: 2px solid var(--ls-secondary-background-color);
background-color: var(--ls-tertiary-background-color);
border-radius: 8px;
padding: 1rem 1.5rem;
position: relative;
Expand Down
4 changes: 2 additions & 2 deletions src/_theme_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ html[data-theme="dark"] {

--ls-primary-background-color: #272c35;
--ls-secondary-background-color: #313942;
--ls-tertiary-background-color: #23364f;
--ls-quaternary-background-color: #395982;
--ls-tertiary-background-color: #38434c;
--ls-quaternary-background-color: #404b55;

--ls-primary-text-color: rgb(235, 235, 235);
--ls-secondary-text-color: rgb(200, 200, 200);
Expand Down

0 comments on commit 84ea33f

Please sign in to comment.