diff --git a/.gitattributes b/.gitattributes index c064ed4..08e70e8 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ *.afphoto filter=lfs diff=lfs merge=lfs -text +*.afdesign filter=lfs diff=lfs merge=lfs -text diff --git a/design/Signature.afdesign b/design/Signature.afdesign new file mode 100644 index 0000000..6574508 --- /dev/null +++ b/design/Signature.afdesign @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:183757afae6b438819f7e8a6dbd4d5708dd16cef33bf67957c09cf595528c910 +size 1022096 diff --git a/design/Signature.afphoto b/design/Signature.afphoto deleted file mode 100644 index 2381793..0000000 --- a/design/Signature.afphoto +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f6a212d50960a41eb2aab82f49aad375c2cf80add948e38a70ed4ef9e5bd8e54 -size 365907 diff --git a/design/Signature.png b/design/Signature.png deleted file mode 100644 index 55093ed..0000000 Binary files a/design/Signature.png and /dev/null differ diff --git a/design/signature.svg b/design/signature.svg new file mode 100644 index 0000000..f09b3e1 --- /dev/null +++ b/design/signature.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/app.css b/src/app.css index 9568e1b..65603ee 100644 --- a/src/app.css +++ b/src/app.css @@ -107,3 +107,8 @@ ul { left: 0; z-index: 0; } + +svg { + fill: currentColor; + height: auto; +} diff --git a/src/lib/svgs/Signature.svelte b/src/lib/svgs/Signature.svelte new file mode 100644 index 0000000..c928f20 --- /dev/null +++ b/src/lib/svgs/Signature.svelte @@ -0,0 +1,24 @@ + + + + + + + diff --git a/src/routes/index.svelte b/src/routes/index.svelte index dd36cf2..c97cb1c 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,17 +1,17 @@ @@ -32,7 +32,7 @@
decoration - signature +
@@ -69,12 +69,12 @@ object-position: left; max-height: 65vh; } - img.signature { + .right :global(.signature) { position: absolute; width: 50%; - top: -6%; - left: -10%; - transform: rotate(-8deg); + top: 0%; + left: -8.5%; + transform: rotate(-25deg); } @media (max-width: 50em) { diff --git a/src/routes/search.svelte b/src/routes/search.svelte index 3adf416..494c82a 100644 --- a/src/routes/search.svelte +++ b/src/routes/search.svelte @@ -64,12 +64,15 @@ appearance: none; -webkit-appearance: none; margin: 0; - padding: 0.5rem; - font-size: 1em; + padding: 0.75rem; + font-size: inherit; width: 100%; outline: none; - border: 2px solid var(--clr-primary); + border: 0.15rem solid var(--clr-primary); + border-bottom-width: 0.5rem; border-radius: 0; + background: inherit; + color: inherit; } ul {