Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 2e42f00

Browse files
committed
Refactoring add normalize.css and fix font-weight for ie
1 parent 62de107 commit 2e42f00

File tree

6 files changed

+9
-8
lines changed

6 files changed

+9
-8
lines changed

src/css/cssui.min.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/css/style.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
/*
33
import css styles
44
*/
5-
@import url(https://css-ui.github.io/css/css.ui.min.css);
5+
@import url(https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css);
66
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
7-
@import url(style.responsive.css);
7+
@import url(https://css-ui.github.io/css/cssui.min.css);
8+
@import url(style.menu.css);
89
@import url(simplebar.css);
910

1011
/*
1112
elements
1213
*/
1314
body {
1415
background-color: #f4f4f4;
15-
font-family: 'Segoe UI', Frutiger, 'Frutiger Linotype', 'Dejavu Sans', 'Helvetica Neue', Arial, sans-serif;
1616
}

src/css/style.responsive.css renamed to src/css/style.menu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
.sidebar ul.menu li {
5151
line-height: 38px;
52-
font-weight: 500;
52+
font-weight: 600;
5353
padding-top: 15px;
5454
}
5555

src/css/theme/style.responsive.dark.css renamed to src/css/theme/style.menu.dark.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
.sidebar .title {
99
background-color: #393c45;
10-
font-weight: 500;
10+
font-weight: 600;
1111
color: white;
1212
}
1313

src/css/theme/style.responsive.light.css renamed to src/css/theme/style.menu.light.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
.sidebar .title {
99
background-color: #10a2f1;
10-
font-weight: 500;
10+
font-weight: 600;
1111
color: white;
1212
}
1313

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
<link rel="stylesheet" href="css/style.css">
1212

1313
<!-- css sidebar themes -->
14-
<link rel="stylesheet" href="css/theme/style.responsive.light.css">
15-
<!--<link rel="stylesheet" href="css/theme/style.responsive.dark.css">-->
14+
<link rel="stylesheet" href="css/theme/style.menu.light.css">
15+
<!--<link rel="stylesheet" href="css/theme/style.menu.dark.css">-->
1616
</head>
1717
<body>
1818
<!-- navigation -->

0 commit comments

Comments
 (0)