Skip to content

Commit

Permalink
fix(client): modify css
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroppy committed Jul 6, 2019
1 parent 0d10187 commit 3409c27
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 5 additions & 1 deletion packages/client/assets/style/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@
@import './sidebar.css';
@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro'); /* for highlight.js */

html {
font-size: 62.5%;
}

body {
font-size: 24px;
font-size: 2.4rem;
}

a {
Expand Down
3 changes: 2 additions & 1 deletion packages/client/assets/style/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@

.bm-item-list {
color: var(--color-white);
font-size: 2rem;
font-family: 'Roboto', 'San Francisco', helvetica, arial, sans-serif;
font-size: 20px;
height: auto !important;

& > * {
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3409c27

Please sign in to comment.