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

Commit 0667f8b

Browse files
committed
Update
1 parent 23ede30 commit 0667f8b

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

src/css/style.menu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*/
55
.nav .click {
66
cursor: pointer;
7-
margin: 10px 20px 0 0;
7+
margin: 15px 20px 0 0;
88
float: right;
99
}
1010

src/css/style.menu.dark.css

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,19 @@
55
.nav .click { color: white; }
66
.nav .click .menu {
77
transition: all 0.1s ease-in-out;
8-
color: #7f7f7f;
8+
color: #4a5160;
99
}
1010

1111
.nav .click .menu:hover {
12-
background-color: #fff;
12+
background-color: #363c49;
13+
color: #eaedf1;
1314
}
1415

1516
.sidebar .title {
16-
border-bottom: 1px #2e3543 solid;
17-
font-weight: 600;
18-
color: white;
17+
background-color: #1d222c;
18+
border-bottom: 1px #2e3543 solid;
19+
font-weight: 600;
20+
color: white;
1921
}
2022

2123
.sidebar ul.menu { background-color: #1d222c; }
@@ -74,10 +76,10 @@
7476
perfect scrollbar
7577
*/
7678
.ps__thumb-y {
77-
background-color: #d3d3d3;
79+
background-color: #515867;
7880
}
7981

8082
.ps__rail-y:hover > .ps__thumb-y,
8183
.ps__rail-y:focus > .ps__thumb-y {
82-
background-color: #d3d3d3;
84+
background-color: #515867;
8385
}

src/css/style.menu.light.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@
55
.nav .click { color: white; }
66
.nav .click .menu {
77
transition: all 0.1s ease-in-out;
8-
color: #7f7f7f;
8+
color: #bdbdbd;
99
}
1010

1111
.nav .click .menu:hover {
1212
background-color: #fff;
13+
color: #7f7f7f;
1314
}
1415

1516
.sidebar .title {

0 commit comments

Comments
 (0)