diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-19 15:26:56 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-22 15:10:40 +0100 |
commit | c6bb1e908a77b8212cf192c25763ef8293b7e600 (patch) | |
tree | 4b5c9b4079a19deb372c4f202cf9d78bf2e005ab /docs/customising | |
parent | b57df33a0714d6ee6fb897887eb20b0387321afc (diff) |
Rename nav SCSS variable names.
Anything using old names should still work as long as they included the
mixins file.
Diffstat (limited to 'docs/customising')
-rw-r--r-- | docs/customising/css.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/customising/css.md b/docs/customising/css.md index c41d5b411..e444bb778 100644 --- a/docs/customising/css.md +++ b/docs/customising/css.md @@ -200,8 +200,8 @@ stylesheet: </tr> <tr> <td> - <code>$map_nav_bg</code><br> - <code>$nav_fg</code> + <code>$nav_background_colour</code><br> + <code>$nav_colour</code> </td> <td> Mobile width, the header's colours; large width, the navigation's |