File tree 9 files changed +26
-19
lines changed
9 files changed +26
-19
lines changed Original file line number Diff line number Diff line change 1
- ----
1
+ ---
2
+ title : " background"
3
+ slug : /background
4
+ date : 2017-12-08
5
+ lang : zh
6
+ ---
2
7
3
8
## Motivation
4
9
Original file line number Diff line number Diff line change 1
- ----
1
+ ---
2
+ title : " contributing"
3
+ slug : /contributing
4
+ date : 2017-12-08
5
+ lang : zh
6
+ ---
2
7
3
8
## Contributing to the project
4
9
Original file line number Diff line number Diff line change 1
- -----
1
+ ---
2
+ title : design
3
+ slug : /design
4
+ date : 2017-12-08
5
+ lang : zh
6
+ ---
2
7
3
8
## Design
4
9
Original file line number Diff line number Diff line change 1
1
---
2
2
title : An open-source system to manage applications on multiple clouds
3
+ slug : /index
4
+ date : 2017-12-08
5
+ lang : zh
3
6
---
4
7
5
8
[ <img src =" /logo-small.png " style =" max-width :15% ;min-width :40px ;float :right ;" alt =" OpenPitrix " />] ( https://openpitrix.io )
Original file line number Diff line number Diff line change 1
1
---
2
2
title : 主页
3
3
slug : /index
4
-
4
+ date : 2017-12-08
5
5
lang : zh
6
6
---
7
7
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 54
54
}
55
55
.header .menu li a {
56
56
color : # fff ;
57
- font-weight : 400 ;
58
57
}
59
58
60
59
/* blog-menu */
Original file line number Diff line number Diff line change @@ -149,6 +149,9 @@ a:hover {
149
149
.menu li .active {
150
150
border-bottom : 3px solid # F7B236 ;
151
151
}
152
+ .menu li .active a {
153
+ opacity : 1 ;
154
+ }
152
155
.menu li a {
153
156
display : block;
154
157
padding : 0 6px ;
@@ -160,7 +163,7 @@ a:hover {
160
163
text-align : left;
161
164
text-decoration : none;
162
165
outline : none;
163
- transition : all .3s ease-in-out;
166
+ transition : opacity .3s ease-in-out;
164
167
}
165
168
.menu li a : hover {
166
169
opacity : 1 ;
You can’t perform that action at this time.
0 commit comments