Skip to content

Commit 1884f1a

Browse files
committed
Added minror styles
1 parent 9716466 commit 1884f1a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/client/components/AppNavbar/styles.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
body {
44
margin: 0;
55
line-height: 1.5;
6-
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
6+
font-family: 'Raleway';
77
}
88

99
:local(.navbar) {
@@ -36,7 +36,7 @@ body {
3636
font-size: 30px;
3737
}
3838
&.nav-link {
39-
font-size: 22px;
39+
font-size: 18px;
4040
a {
4141
color: $primary-white;
4242
text-decoration: none;

docs/client/components/GettingStartedPage/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import styles from './styles.scss';
66
const usageStyle = {
77
height: '400px',
88
overflowY: 'scroll',
9-
background: '#d2d2d2',
9+
background: '#e2e2e2',
1010
};
1111

1212
const GettingStartedPage = () => (

0 commit comments

Comments
 (0)