mirror of
https://github.com/catppuccin/docsify.git
synced 2026-01-09 06:00:44 +08:00
chore: use tera - to remove whitespace
This commit is contained in:
parent
cc857c5f9a
commit
d8e8a3c359
@ -7,8 +7,10 @@ whiskers:
|
||||
filename: "themes/{{ flavor.identifier }}/{{ accent }}.css"
|
||||
---
|
||||
:root {
|
||||
/* catppuccin palette */{% for identifier, color in flavor.colors %}
|
||||
--{{ identifier }}: {{ css_hsl(color=color) }};{% endfor %}
|
||||
/* catppuccin palette */
|
||||
{%- for identifier, color in flavor.colors %}
|
||||
--{{ identifier }}: {{ css_hsl(color=color) }};
|
||||
{%- endfor %}
|
||||
--theme-color: var(--{{ accent }});
|
||||
}
|
||||
.progress {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user