diff options
Diffstat (limited to 'tpl/views/divider.pug')
-rw-r--r-- | tpl/views/divider.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/views/divider.pug b/tpl/views/divider.pug index b5b6d70..e2f2e01 100644 --- a/tpl/views/divider.pug +++ b/tpl/views/divider.pug | |||
@@ -36,7 +36,7 @@ mixin view-divider | |||
36 | - | 36 | - |
37 | const bg = theme.startsWith('static-black') ? 500 : 1000; | 37 | const bg = theme.startsWith('static-black') ? 500 : 1000; |
38 | 38 | ||
39 | .c-box(style=`background-color: var(--static-colors--blue--${bg});`) | 39 | .c-box(style=`background-color: var(--colors--blue-static--${bg});`) |
40 | +divider('strong')(color=theme)= 'Strong' | 40 | +divider('strong')(color=theme)= 'Strong' |
41 | +divider('medium')(color=theme)= 'Medium' | 41 | +divider('medium')(color=theme)= 'Medium' |
42 | +divider('faint')(color=theme)= 'Faint' | 42 | +divider('faint')(color=theme)= 'Faint' |