Skip to content

Commit

Permalink
feat: update some colors
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 7, 2021
1 parent cea2ba0 commit 323dfc7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions src/_headings.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,16 @@ a.title h1.title {

.cp__header #search-field {
height: 28px;
padding: 0;
font-size: 12px;
background: transparent;
color: var(--ls-search-icon-color, #9fa6b2);
}

.cp__header #search-field:focus {
outline: var(--ct-secondary-color);
}

.cp__header.electron-mac {
height: var(--ct-header-height);
}
Expand All @@ -58,11 +63,6 @@ a.title h1.title {
align-self: stretch;
}

.cp__header #search-field {
height: auto;
padding: 0;
}

#search > .inner {
display: flex;
align-items: center;
Expand Down
2 changes: 1 addition & 1 deletion src/_root.scss
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
--ct-guideline-style: solid;

--ct-sidebar-resizer-background: var(--ls-secondary-background-color);
--ct-sidebar-resizer-background-hover: var(--ls-secondary-background-color);
--ct-sidebar-resizer-background-hover: var(--ct-primary-color);

--ct-bullet-size: 6px;
--ct-bullet-color: var(--ct-bold-color);
Expand Down

0 comments on commit 323dfc7

Please sign in to comment.