diff options
author | Jérémy Zurcher <jeremy@asynk.ch> | 2012-10-07 00:03:37 +0200 |
---|---|---|
committer | Jérémy Zurcher <jeremy@asynk.ch> | 2012-10-07 00:03:37 +0200 |
commit | c46e5fdedf37c3d115dd1c1607bc5192a6bf7eae (patch) | |
tree | abe84bac993e4cd18de40227763d72085d4e78f9 /sass/parts/_index.scss | |
parent | c0f1e2c2f75bb59d0b5a3570c0a672e12e00a3f4 (diff) | |
download | octopress-theme-jeyzu-c46e5fdedf37c3d115dd1c1607bc5192a6bf7eae.zip octopress-theme-jeyzu-c46e5fdedf37c3d115dd1c1607bc5192a6bf7eae.tar.gz |
basic color setup
Diffstat (limited to 'sass/parts/_index.scss')
-rw-r--r-- | sass/parts/_index.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sass/parts/_index.scss b/sass/parts/_index.scss index 833bf02..b79ce41 100644 --- a/sass/parts/_index.scss +++ b/sass/parts/_index.scss @@ -1,4 +1,5 @@ #pagenavi{ + background: $color-index; padding: 20px 0; height: 20px; line-height: 20px; @@ -40,4 +41,4 @@ display: none; } } -}
\ No newline at end of file +} |