summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/types.js
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-07-28 15:04:42 +0200
committerJules Laplace <julescarbon@gmail.com>2020-07-28 15:04:42 +0200
commitd694c33c873f766cbeafbe8f8dfdc4a0c762e8ad (patch)
tree4e2963746de84a0a1b4c1d9c695a3bd9486760fe /animism-align/frontend/app/types.js
parent6dee2e599081bd9d8176dff8620287eeafaa851d (diff)
invert nav color if background is black
Diffstat (limited to 'animism-align/frontend/app/types.js')
-rw-r--r--animism-align/frontend/app/types.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/animism-align/frontend/app/types.js b/animism-align/frontend/app/types.js
index 8418bb5..6822d20 100644
--- a/animism-align/frontend/app/types.js
+++ b/animism-align/frontend/app/types.js
@@ -25,7 +25,8 @@ export const audio = with_type('audio', [
])
export const viewer = with_type('viewer', [
- 'load_sections', 'toggle_component', 'set_current_section',
+ 'load_sections', 'toggle_component',
+ 'set_current_section', 'set_nav_style',
])
export const site = with_type('site', [