diff --git a/logo-cropped-min.svg b/logo-cropped-min.svg new file mode 100644 index 0000000..be140d4 --- /dev/null +++ b/logo-cropped-min.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/src/components/Jumbotron.astro b/src/components/Jumbotron.astro index 72e2017..f648b8c 100644 --- a/src/components/Jumbotron.astro +++ b/src/components/Jumbotron.astro @@ -1,25 +1,28 @@ --- --- -

Cozy

+
+ + + + + + + + + +
diff --git a/src/styles/variables.css b/src/styles/variables.css index 5a72d30..4f19bba 100644 --- a/src/styles/variables.css +++ b/src/styles/variables.css @@ -1,5 +1,6 @@ :root { --accent: #3054bf; + --svg-filter-accent: invert(25%) sepia(86%) saturate(1533%) hue-rotate(210deg) brightness(91%) contrast(90%); --accent-dark: #203880; --black: 15, 18, 25; --gray: 96, 115, 159;