diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-08-08 22:14:24 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-08-11 07:36:47 -0700 |
commit | 046b789fa81e91f654f494c5abca8a6d4181f744 (patch) | |
tree | 55335849fe196b883a4355acc70d4478eb73bd0c /theme/stylesheets/website/variables.less | |
parent | cd50a1402f6ce05735259673a20d6c3eff408fe6 (diff) | |
download | gitbook-046b789fa81e91f654f494c5abca8a6d4181f744.zip gitbook-046b789fa81e91f654f494c5abca8a6d4181f744.tar.gz gitbook-046b789fa81e91f654f494c5abca8a6d4181f744.tar.bz2 |
Fix navigation links position
Diffstat (limited to 'theme/stylesheets/website/variables.less')
-rw-r--r-- | theme/stylesheets/website/variables.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/theme/stylesheets/website/variables.less b/theme/stylesheets/website/variables.less index a234bb1..01eb9ed 100644 --- a/theme/stylesheets/website/variables.less +++ b/theme/stylesheets/website/variables.less @@ -114,6 +114,7 @@ @body-background-2: #1d1f21; // Sidebar +@sidebar-transition-duration: 250ms; @sidebar-color-1: #AFA790; @sidebar-color-2: hsl(207, 15%, 80%); @sidebar-background-1: #111; |