diff --git a/src/_includes/layouts/home.vto b/src/_includes/layouts/home.vto index 8692f30..cef3c39 100644 --- a/src/_includes/layouts/home.vto +++ b/src/_includes/layouts/home.vto @@ -2,7 +2,7 @@

hi, I'm dish

{{# Profile picture goes here #}} -
+
there'll be a picture here in the future, promise!

Student, Sysadmin, and UX Crafter

diff --git a/src/static/styles.css b/src/static/styles.css index 115c2ae..56b75e1 100644 --- a/src/static/styles.css +++ b/src/static/styles.css @@ -146,8 +146,8 @@ } @utility callout { - @apply border-1 rounded-sm py-2 pl-2 pr-4 border-solid overflow-hidden; - border-color: --alpha(var(--callout-color) / 50%); + @apply outline-1 rounded-sm py-2 pl-2 pr-4 outline-solid overflow-hidden; + outline-color: --alpha(var(--callout-color) / 50%); margin: 1em 0; mix-blend-mode: var(--callout-blend-mode); background-color: --alpha(var(--callout-color) / 15%);