diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-05-23 21:43:47 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-05-23 21:43:47 +0200 |
commit | 8e37da672d5e0589606e7b482e81f8a3e266acb1 (patch) | |
tree | 3e43038a3de8f942e266ff47b492a8a47f391c08 /theme/stylesheets/variables.less | |
parent | c0f68c45e20230e53593280434ddfd3bc7a571b3 (diff) | |
download | gitbook-8e37da672d5e0589606e7b482e81f8a3e266acb1.zip gitbook-8e37da672d5e0589606e7b482e81f8a3e266acb1.tar.gz gitbook-8e37da672d5e0589606e7b482e81f8a3e266acb1.tar.bz2 |
Minor css improvements
Diffstat (limited to 'theme/stylesheets/variables.less')
-rwxr-xr-x | theme/stylesheets/variables.less | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/theme/stylesheets/variables.less b/theme/stylesheets/variables.less index fda6b13..15048cb 100755 --- a/theme/stylesheets/variables.less +++ b/theme/stylesheets/variables.less @@ -13,7 +13,6 @@ // Body @body-background: white; -@body-pagination-background: hsl(207, 15%, 95%); // Sidebar @sidebar-width: 250px; @@ -91,12 +90,12 @@ @xl-font-size: 2.2rem; @xxl-font-size: 4.0rem; -/* -,--------.,--. -'--. .--'| ,---. ,---. ,--,--,--. ,---. ,---. .--. - | | | .-. || .-. :| || .-. :( .-' '--' - | | | | | |\ --.| | | |\ --..-' `).--. - `--' `--' `--' `----'`--`--`--' `----'`----' '--' +/* +,--------.,--. +'--. .--'| ,---. ,---. ,--,--,--. ,---. ,---. .--. + | | | .-. || .-. :| || .-. :( .-' '--' + | | | | | |\ --.| | | |\ --..-' `).--. + `--' `--' `--' `----'`--`--`--' `----'`----' '--' */ // Header @header-color-1: #AFA790; @@ -113,8 +112,6 @@ // Body @body-background-1: #F3EACB; @body-background-2: #1d1f21; -@body-pagination-background-1: #FFFAEA; -@body-pagination-background-2: #33404D; // Sidebar @sidebar-color-1: #AFA790; |