diff --git a/.gitignore b/.gitignore index 725019d..dc185d7 100644 --- a/.gitignore +++ b/.gitignore @@ -13,8 +13,6 @@ secrets/* coverage/ .coverage static/module -client/config.js -emails/config.js media tests/fixtures rendered/wip diff --git a/client/components/Darkmode.svelte b/client/components/Darkmode.svelte index c699bad..79775c3 100644 --- a/client/components/Darkmode.svelte +++ b/client/components/Darkmode.svelte @@ -30,10 +30,10 @@ {#if theme == 'dark'} toggle() }> - + {:else} toggle() }> - + {/if} diff --git a/client/components/IconImage.svelte b/client/components/IconImage.svelte index 4229e3b..09c9f02 100644 --- a/client/components/IconImage.svelte +++ b/client/components/IconImage.svelte @@ -11,6 +11,8 @@ export let pattern="dots-sm"; export let height="100%"; export let width="100%"; + export let icon_height="unset"; + export let icon_width="unset"; export let thickness="2"; export let testid=`iconimage-default-${name}`; export let hue='blue'; @@ -33,16 +35,12 @@ align-content: center; text-align: center; } - - .feather { - width: 70%; - height: 70%; - }
{#if name} - { diff --git a/commands/templates/client/Footer.svelte b/commands/templates/client/Footer.svelte index 4910784..f6767bc 100644 --- a/commands/templates/client/Footer.svelte +++ b/commands/templates/client/Footer.svelte @@ -13,7 +13,7 @@ } footer a { - color: var(--value9); + color: var(--color-text-header); } footer > column { @@ -35,7 +35,7 @@

BIG CO, a @@ -52,7 +52,7 @@

COMPANY
    -
  1. PRODUCT
  2. +
  3. PRODUCT
  4. PRICING
  5. LOGIN
  6. { support_email }
  7. @@ -64,7 +64,7 @@
    1. LIVE STREAMS
    2. -
    3. CURRICULUM
    4. +
    5. CURRICULUM
    6. BLOG
    diff --git a/commands/templates/client/Header.svelte b/commands/templates/client/Header.svelte index 52cbc45..81e57f3 100644 --- a/commands/templates/client/Header.svelte +++ b/commands/templates/client/Header.svelte @@ -49,24 +49,24 @@
    diff --git a/commands/templates/client/config.js b/commands/templates/client/config.js index 3fe63f9..5698520 100644 --- a/commands/templates/client/config.js +++ b/commands/templates/client/config.js @@ -63,6 +63,7 @@ export const product_id = 1; */ export const base_host = 'http://127.0.0.1:5001'; +export const og_base_host = "http://127.0.0.1:5001"; /* Used in emails and pages to tell people who to email. */ diff --git a/commands/templates/rendered/Footer.svelte b/commands/templates/rendered/Footer.svelte index 6490df3..7d3d2b2 100644 --- a/commands/templates/rendered/Footer.svelte +++ b/commands/templates/rendered/Footer.svelte @@ -14,7 +14,7 @@ } footer a { - color: var(--value9); + color: var(--color-text-header); } footer > column { @@ -36,7 +36,7 @@