diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-06-06 20:06:03 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-06-06 20:06:03 +0200 |
commit | be4fd74f901d605f899cc125dda5188e141c220e (patch) | |
tree | 74e01be6f3d588c894fc4f6b4678c17e7972f663 /theme/stylesheets | |
parent | 57491e3a8bbd20672fe80198f2bf8325c1f3e149 (diff) | |
download | gitbook-be4fd74f901d605f899cc125dda5188e141c220e.zip gitbook-be4fd74f901d605f899cc125dda5188e141c220e.tar.gz gitbook-be4fd74f901d605f899cc125dda5188e141c220e.tar.bz2 |
Improve navigation links design
Diffstat (limited to 'theme/stylesheets')
-rwxr-xr-x | theme/stylesheets/website/navigation.less | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/theme/stylesheets/website/navigation.less b/theme/stylesheets/website/navigation.less index 52270d1..e30bf7e 100755 --- a/theme/stylesheets/website/navigation.less +++ b/theme/stylesheets/website/navigation.less @@ -13,7 +13,7 @@ flex-direction: column; font-size: 40px; - color: rgba(0,0,0,0.4); + color: rgba(0, 0, 0, 0.2); text-align: center; @@ -21,7 +21,7 @@ &:hover { text-decoration: none; - color: rgba(0,0,0,0.6); + color: rgba(0, 0, 0, 0.6); } &.navigation-next { |