Add missing css

This commit is contained in:
Pig Fang 2018-08-10 14:59:34 +08:00
parent d566c3bc31
commit c9e92bbbbb

View File

@ -350,4 +350,15 @@ export default {
.player-item:not(:nth-child(1)) { .player-item:not(:nth-child(1)) {
margin-top: 10px; margin-top: 10px;
} }
.breadcrumb {
a {
margin-right: 10px;
color: #444;
}
a:hover {
color: #3c8dbc;
}
}
</style> </style>