Skip to content

Commit

Permalink
fix(v2): fix browser window background (#1936)
Browse files Browse the repository at this point in the history
  • Loading branch information
lex111 authored and yangshun committed Nov 4, 2019
1 parent 34a84a3 commit 146a301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/src/components/BrowserWindow/styles.module.css
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.browserWindow {
border: 3px solid var(--ifm-color-emphasis-alpha-10);
border: 3px solid var(--ifm-color-emphasis-200);
border-top-left-radius: var(--ifm-global-radius);
border-top-right-radius: var(--ifm-global-radius);
}

.browserWindowHeader {
align-items: center;
background: var(--ifm-color-emphasis-alpha-10);
background: var(--ifm-color-emphasis-200);
display: flex;
padding: 0.5rem 1rem;
}
Expand Down

0 comments on commit 146a301

Please sign in to comment.