diff --git a/package.json b/package.json index 2a132f27..c04d7db4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "homepage", - "version": "1.5.2", + "version": "1.5.3", "private": true, "type": "module", "scripts": { diff --git a/src/routes/[faithLang=faithLang]/+page.svelte b/src/routes/[faithLang=faithLang]/+page.svelte index 6c907b56..38f8518d 100644 --- a/src/routes/[faithLang=faithLang]/+page.svelte +++ b/src/routes/[faithLang=faithLang]/+page.svelte @@ -52,6 +52,22 @@ letter-spacing: 0.05em; z-index: 1; } + .regina-link { + position: relative; + } + .easter-badge { + position: absolute; + top: 0.75em; + right: 0.75em; + background: white; + color: black; + font-size: 0.8rem; + font-weight: 700; + padding: 0.2em 0.5em; + border-radius: 4px; + line-height: 1; + z-index: 1; + } @@ -94,7 +110,8 @@