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

Commit 0de7835

Browse files
committed
update
1 parent a7b7111 commit 0de7835

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

src/css/style.css

Lines changed: 0 additions & 8 deletions
This file was deleted.

src/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,17 @@
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
1414
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,600&amp;subset=latin-ext">
1515
<link rel="stylesheet" href="https://css-ui.github.io/css/cssui.min.css">
16-
1716
<link rel="stylesheet" href="css/style.menu.css">
18-
<link rel="stylesheet" href="css/style.css">
1917

2018
<!-- css sidebar themes -->
2119
<link rel="stylesheet" href="css/theme/style.menu.light.css">
2220
<!--<link rel="stylesheet" href="css/theme/style.menu.dark.css">-->
21+
<style>
22+
body {
23+
background-color: #f2f2f2;
24+
font-family: 'Open Sans', sans-serif;
25+
}
26+
</style>
2327
</head>
2428
<body>
2529
<!-- navigation -->
@@ -100,8 +104,6 @@
100104
<!-- javascript libraries and plugins -->
101105
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
102106
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.perfect-scrollbar/1.3.0/perfect-scrollbar.min.js"></script>
103-
104-
<!-- call jquery plugins etc. -->
105107
<script>
106108
$(function() {
107109

0 commit comments

Comments
 (0)