Home.css 180 Bytes
Newer Older
Choi Ga Young's avatar
탭 색    
Choi Ga Young committed
1
2
3
4
5
6
.nav-tabs .nav-item.nav-link {
  color: silver !important;
}

.nav-tabs .nav-item.nav-link.active {
  color:slateblue !important;
Choi Ga Young's avatar
Choi Ga Young committed
7
8
9
10
11
}

.list-group-item-action{
  border-top: none;
}