diff options
| author | Volpeon <git@volpeon.ink> | 2024-10-19 18:23:02 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2024-10-19 18:23:02 +0200 |
| commit | 27222cb91c390a42055a7123b5a9409c928e8b26 (patch) | |
| tree | 650b5614c4aae0056127038a4ab204198aae7f4d /tpl/views/badge.pug | |
| parent | Update (diff) | |
| download | iro-design-27222cb91c390a42055a7123b5a9409c928e8b26.tar.gz iro-design-27222cb91c390a42055a7123b5a9409c928e8b26.tar.bz2 iro-design-27222cb91c390a42055a7123b5a9409c928e8b26.zip | |
Fixes
Diffstat (limited to 'tpl/views/badge.pug')
| -rw-r--r-- | tpl/views/badge.pug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tpl/views/badge.pug b/tpl/views/badge.pug index 90fdabe..cc1f346 100644 --- a/tpl/views/badge.pug +++ b/tpl/views/badge.pug | |||
| @@ -59,7 +59,7 @@ mixin view-badge | |||
| 59 | - | 59 | - |
| 60 | const bg = theme.startsWith('static-black') ? 500 : 1000; | 60 | const bg = theme.startsWith('static-black') ? 500 : 1000; |
| 61 | 61 | ||
| 62 | .c-box(style=`background-color: var(--static-colors--blue--${bg});`) | 62 | .c-box(style=`background-color: var(--colors--blue-static--${bg});`) |
| 63 | +badge(theme)(href='#')= 'new' | 63 | +badge(theme)(href='#')= 'new' |
| 64 | = ' ' | 64 | = ' ' |
| 65 | +badge(theme)(quiet=true href='#')= 'new' | 65 | +badge(theme)(quiet=true href='#')= 'new' |
