From cac47b899c47c9a3087025abfc8807aafb48eb10 Mon Sep 17 00:00:00 2001 From: dish Date: Tue, 25 Feb 2025 17:05:17 -0500 Subject: [PATCH] borders -> outlines --- src/_includes/layouts/home.vto | 2 +- src/static/styles.css | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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%); -- 2.51.2