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

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
accgit committed Nov 3, 2017
1 parent 43cf8d6 commit bb66dca
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
elements
*/
body {
background-color: #f2f2f2;
background-color: #f4f4f4;
font-family: 'Open Sans', sans-serif;
min-height: 100px;
}
Expand Down
4 changes: 2 additions & 2 deletions src/css/style.dropdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
}

.dropdown ul.expand-dropdown li a {
background-color: #f2f2f2;
background-color: #f4f4f4;
text-decoration: none;
margin-bottom: -1px;
display: block;
Expand All @@ -59,7 +59,7 @@
}

.dropdown ul.expand-dropdown li a:hover {
background-color: #fbfbfb;
background-color: #f9f9f9;
font-weight: 600;
color: #e95656;
}
8 changes: 4 additions & 4 deletions src/css/theme/style.menu.light.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@
}

.sidebar ul.menu { background-color: white; }
.sidebar ul.menu li { color: #a1a1a1; }
.sidebar ul.menu li { color: #a8a8a8; }
.sidebar ul.menu li a { color: #7b7d7d; }
.sidebar ul.menu li a:hover {
background-color: #f2f2f2;
background-color: #f4f4f4;
font-weight: 600;
color: #e95656;
}

.sidebar ul.menu li a.current {
border-right: 2px solid #e95656;
font-weight: 600;
color: #3b3b3b;
color: #e95656;
}

/*
Expand All @@ -49,6 +49,6 @@
simplebar
*/
.simplebar-scrollbar {
background: #cacaca;
background: #d3d3d3;
width: 5px;
}

0 comments on commit bb66dca

Please sign in to comment.