更新样式:移动nav-link到theme文件中

This commit is contained in:
Argo-MacBookPro 2018-09-30 18:59:08 +08:00
parent 8eeb90a79b
commit 6978c6227c
2 changed files with 4 additions and 4 deletions

View File

@ -228,10 +228,6 @@ a, a:hover, a:focus {
font-weight: bold; font-weight: bold;
} }
.nav-link {
transition: color .25s linear;
}
.userinfo img { .userinfo img {
height: 29px; height: 29px;
width: 29px; width: 29px;

View File

@ -21,6 +21,10 @@
border-color: #ced4da; border-color: #ced4da;
} }
.nav-link {
transition: color .25s linear;
}
.close { .close {
transition: all .25s linear; transition: all .25s linear;
} }