feat(v2): skin paginator component (#1033)

This commit is contained in:
Yangshun Tay 2018-10-14 12:29:22 -07:00 committed by GitHub
parent 1bc1762b02
commit bc7be697ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 94 additions and 21 deletions

View file

@ -32,10 +32,10 @@
display: block;
padding: 8px 0;
text-decoration: none;
transition: color .3s;
transition: color 0.3s;
}
.sidebarLink:hover,
.sidebarLinkActive {
color: #2e8555;
color: #00a388;
}