更新样式:移动nav-link到theme文件中
This commit is contained in:
parent
8eeb90a79b
commit
6978c6227c
|
@ -228,10 +228,6 @@ a, a:hover, a:focus {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
transition: color .25s linear;
|
||||
}
|
||||
|
||||
.userinfo img {
|
||||
height: 29px;
|
||||
width: 29px;
|
||||
|
|
|
@ -21,6 +21,10 @@
|
|||
border-color: #ced4da;
|
||||
}
|
||||
|
||||
.nav-link {
|
||||
transition: color .25s linear;
|
||||
}
|
||||
|
||||
.close {
|
||||
transition: all .25s linear;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue