diff --git a/public/assets/email-baker.png b/public/assets/email-baker.png new file mode 100644 index 0000000..add7bb1 Binary files /dev/null and b/public/assets/email-baker.png differ diff --git a/public/global.css b/public/global.css index bb28a94..5eaff98 100644 --- a/public/global.css +++ b/public/global.css @@ -9,7 +9,11 @@ body { margin: 0; padding: 8px; box-sizing: border-box; - font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; + font-family: "Crimson Text Regular", "Crimson Pro", Georgia, serif; +} + +h1 { + font-family: "Abhaya Libre ExtraBold", "Abhaya Libre", "Liberation Serif Bold", "Playfair Display SC Bold", serif; } a { @@ -61,3 +65,7 @@ button:not(:disabled):active { button:focus { border-color: #666; } + +.highlight { + color: #800020; +} diff --git a/public/index.html b/public/index.html index 5da7ed3..1d13b09 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,7 @@ - Svelte app + ChipChoc 🍪 diff --git a/src/App.svelte b/src/App.svelte index 10faec7..522f2b8 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -3,7 +3,8 @@
-

Hello {name}!

+ +

Chip Choc

Visit the Svelte tutorial to learn how to build Svelte apps.

@@ -16,15 +17,22 @@ } h1 { - color: #ff3e00; - text-transform: uppercase; + text-transform: lowercase; font-size: 4em; font-weight: 100; } + .main-pic { + max-width: 100%; + } + @media (min-width: 640px) { main { max-width: none; } + + .main-pic { + max-width: 240px; + } } - \ No newline at end of file +