mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
feat(v2): skin paginator component (#1033)
This commit is contained in:
parent
1bc1762b02
commit
bc7be697ad
5 changed files with 94 additions and 21 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue