Commit 6e0163ad authored by afc163's avatar afc163

upgrade heading font and fix light menu hightlight border

parent 128e780c
...@@ -118,7 +118,7 @@ export default class SiderMenu extends PureComponent { ...@@ -118,7 +118,7 @@ export default class SiderMenu extends PureComponent {
mode="inline" mode="inline"
handleOpenChange={this.handleOpenChange} handleOpenChange={this.handleOpenChange}
onOpenChange={this.handleOpenChange} onOpenChange={this.handleOpenChange}
style={{ padding: '16px 0', width: '100%', overflowX: 'hidden' }} style={{ padding: '16px 0', width: '100%' }}
{...defaultProps} {...defaultProps}
/> />
</Sider> </Sider>
......
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
vertical-align: middle; vertical-align: middle;
font-size: 20px; font-size: 20px;
margin: 0 0 0 12px; margin: 0 0 0 12px;
font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: 600; font-weight: 600;
} }
} }
......
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
.title { .title {
font-size: 33px; font-size: 33px;
color: @heading-color; color: @heading-color;
font-family: 'Myriad Pro', 'Helvetica Neue', Arial, Helvetica, sans-serif; font-family: Avenir, 'Helvetica Neue', Arial, Helvetica, sans-serif;
font-weight: 600; font-weight: 600;
position: relative; position: relative;
top: 2px; top: 2px;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment