diff options
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; |