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

Commit 7c75826

Browse files
committed
Update
1 parent ad574d8 commit 7c75826

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/css/style.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
elements
1414
*/
1515
body {
16-
background-color: #f2f2f2;
16+
background-color: #f4f4f4;
1717
font-family: 'Open Sans', sans-serif;
1818
}

src/css/theme/style.menu.light.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,18 @@
1616
}
1717

1818
.sidebar ul.menu { background-color: white; }
19-
.sidebar ul.menu li { color: #a1a1a1; }
19+
.sidebar ul.menu li { color: #a8a8a8; }
2020
.sidebar ul.menu li a { color: #7b7d7d; }
2121
.sidebar ul.menu li a:hover {
22-
background-color: #f2f2f2;
22+
background-color: #f4f4f4;
2323
font-weight: 600;
2424
color: #e95656;
2525
}
2626

2727
.sidebar ul.menu li a.current {
2828
border-right: 2px solid #e95656;
2929
font-weight: 600;
30-
color: #3b3b3b;
30+
color: #e95656;
3131
}
3232

3333
/*
@@ -49,6 +49,6 @@
4949
simplebar
5050
*/
5151
.simplebar-scrollbar {
52-
background: #cacaca;
52+
background: #d3d3d3;
5353
width: 5px;
5454
}

0 commit comments

Comments
 (0)