From c41e16f6044548e27fbf8e4ef65ed3067278c80b Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 19 Oct 2024 17:14:45 +0200 Subject: Update --- tpl/views/divider.pug | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tpl/views/divider.pug') diff --git a/tpl/views/divider.pug b/tpl/views/divider.pug index ee7b372..b5b6d70 100644 --- a/tpl/views/divider.pug +++ b/tpl/views/divider.pug @@ -23,7 +23,7 @@ mixin view-divider +divider('medium') +divider('faint') - each theme in ['blue', 'purple', 'red', 'green', 'yellow'] + each theme in ['accent', 'negative'] .c-box +divider('strong')(color=theme)= 'Strong' +divider('medium')(color=theme)= 'Medium' @@ -36,7 +36,7 @@ mixin view-divider - const bg = theme.startsWith('static-black') ? 500 : 1000; - .c-box(style=`background-color: var(--colors--blue-static--${bg});`) + .c-box(style=`background-color: var(--static-colors--blue--${bg});`) +divider('strong')(color=theme)= 'Strong' +divider('medium')(color=theme)= 'Medium' +divider('faint')(color=theme)= 'Faint' -- cgit v1.2.3-70-g09d2