Skip to content

Commit 874c6ff

Browse files
committed
Updated prev/next buttons
Signed-off-by: alexmerlin <[email protected]>
1 parent e461d4a commit 874c6ff

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

css/docs.css

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,7 @@ i.bi.bi-copy.copy_btn {
597597
width: 100%;
598598
margin-top: 3rem;
599599
margin-bottom: 1rem;
600-
padding: 0 0 1rem;
600+
padding: 50px 0 1rem;
601601
}
602602

603603
.page-nav__item {
@@ -617,9 +617,13 @@ i.bi.bi-copy.copy_btn {
617617
}
618618

619619
.page-nav__link {
620-
border: none;
621-
color: #444;
620+
border: .12rem solid #4b67f9;
621+
border-radius: 33px;
622+
box-shadow: 5px 5px 20px 0 #ebf3fe;
623+
color: #7681bf;
624+
font-family: Barlow, serif;
622625
font-weight: bold;
626+
padding: 1rem 2rem;
623627
}
624628

625629
.page-nav__link--next .page-nav__label {

0 commit comments

Comments
 (0)