Skip to content

Commit 1efbc4c

Browse files
fix(style-script.hbs): clean up CSS variables by removing unnecessary lines
1 parent 5958ebb commit 1efbc4c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

partials/style-script.hbs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,11 @@
1111
h1, h2, h3, h4, h5, h6 {
1212
font-family: var(--font-heading);
1313
}
14+
{{!-- # TODO: remove the varible replace with penguinui.css --}}
1415
:root {
1516
--color-background: {{#if @custom.background_color_for_light_mode}} {{@custom.background_color_for_light_mode}} {{else}} var(--color-surface) {{/if}};
1617
--color-foreground: {{#if @custom.font_color_for_light_mode}}{{@custom.font_color_for_light_mode}}{{else}} var(--color-on-surface) {{/if}};
17-
1818
--prose-color: var(--color-foreground);
19-
2019
--font-heading: var(--gh-font-heading), Arial, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
2120
--font-body: var(--gh-font-body), Helvetica, ui-sans, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
2221

0 commit comments

Comments
 (0)