diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2015-06-18 01:22:56 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2015-06-18 01:22:56 -0600 |
| commit | 87c2fcd648e79eece4f364e87b700d7b39c5af75 (patch) | |
| tree | 9a6d74a953ae077073facb6d51c1fc8add57c1de /data | |
| parent | df896c7b8e3d856cd0b7b38e56fbf2fb94ef405a (diff) | |
align sidebar border and table background w/ page background
Diffstat (limited to 'data')
| -rw-r--r-- | data/themes/default-theme.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/themes/default-theme.yml b/data/themes/default-theme.yml index a173b463..0a4f2db3 100644 --- a/data/themes/default-theme.yml +++ b/data/themes/default-theme.yml @@ -140,7 +140,7 @@ blockquote: cite_font_size: $base_font_size_small cite_font_color: 999999 sidebar: - border_color: ffffff + border_color: $page_background_color border_radius: $base_border_radius border_width: $base_border_width background_color: eeeeee @@ -191,7 +191,7 @@ outline_list: item_spacing: $vertical_rhythm / 2 #marker_font_color: 404040 table: - background_color: ffffff + background_color: $page_background_color #head_background_color: <hex value> #head_font_color: $base_font_color even_row_background_color: f9f9f9 |
