Compare commits

..

2 Commits

Author SHA1 Message Date
e63547fb2d opengraph preview 2024-01-02 20:46:31 -06:00
c8410e5827 bg color 2024-01-02 20:46:21 -06:00
3 changed files with 3 additions and 2 deletions

View File

@@ -73,7 +73,7 @@
font-style: normal; font-style: normal;
} }
:root { :root {
--c-bg: #fdfdfd; --c-bg: rgb(255,254,247);
--c-cta: #ebf2f9; --c-cta: #ebf2f9;
--c-text: #203650; --c-text: #203650;
--f-sans: sans-serif; --f-sans: sans-serif;

BIN
assets/images/preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

View File

@@ -5,7 +5,8 @@
<!-- Meta --> <!-- Meta -->
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=0"> <meta name="viewport" content="width=device-width,initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta property="og:title" content="Anthony and Melanie's Wedding" />
<meta property="og:image" content="/assets/images/preview.png" />
<!-- Favicons and other styls --> <!-- Favicons and other styls -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png"> <link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">