summaryrefslogtreecommitdiffstats
path: root/theme/stylesheets/book/navigation.less
diff options
context:
space:
mode:
Diffstat (limited to 'theme/stylesheets/book/navigation.less')
-rwxr-xr-x[-rw-r--r--]theme/stylesheets/book/navigation.less14
1 files changed, 7 insertions, 7 deletions
diff --git a/theme/stylesheets/book/navigation.less b/theme/stylesheets/book/navigation.less
index 588a341..33cb9be 100644..100755
--- a/theme/stylesheets/book/navigation.less
+++ b/theme/stylesheets/book/navigation.less
@@ -8,21 +8,21 @@
min-width: 90px;
display: flex;
- justify-content:center;
- align-content:center;
- flex-direction:column;
+ justify-content: center;
+ align-content: center;
+ flex-direction: column;
font-size: 40px;
- color: rgba(0,0,0, 0.5);
+ color: rgba(0,0,0,0.5);
text-align: center;
.transition(all 350ms ease);
&:hover {
- background-color: rgba(0,0,0, 0.06);
+ background-color: @body-pagination-background;
text-decoration: none;
- }
+ }
&.navigation-next {
right: 0px;
@@ -40,6 +40,6 @@
width: 50%;
display: inline-block;
float: left;
- }
+ }
}
} \ No newline at end of file