diff --git a/src/components/cards/contactCard.astro b/src/components/cards/contactCard.astro index e82d510..cda9638 100644 --- a/src/components/cards/contactCard.astro +++ b/src/components/cards/contactCard.astro @@ -25,7 +25,7 @@ const loadedLogoImage = plsLoadImage(images_logos, imagePath) aria-label=`${site} - new window` >
- {logoAltText} + {logoAltText}

{site}

@@ -63,6 +63,7 @@ const loadedLogoImage = plsLoadImage(images_logos, imagePath) article:hover div { border-radius: 1.25rem; padding: 0 0.5rem; + margin: unset; display: flex; align-items: center; justify-content: center; @@ -71,6 +72,9 @@ const loadedLogoImage = plsLoadImage(images_logos, imagePath) height: calc(var(--size-value)); width: calc(var(--size-value) - 1rem); opacity: 90%; + border-style: solid; + border-width: 10px; + border-color: var(--c-darkgray); z-index: 100; position: absolute; } diff --git a/src/components/cards/favouriteCard.astro b/src/components/cards/favouriteCard.astro index 3c7fddf..5a23b47 100644 --- a/src/components/cards/favouriteCard.astro +++ b/src/components/cards/favouriteCard.astro @@ -25,7 +25,7 @@ const loadedImage = plsLoadImage(images, imagePath) aria-label=`${name} - new window` >
{name}
- {name} + {name}

{origin}

diff --git a/src/components/cards/technologyCard.astro b/src/components/cards/technologyCard.astro index f1a2610..5e783b8 100644 --- a/src/components/cards/technologyCard.astro +++ b/src/components/cards/technologyCard.astro @@ -20,7 +20,7 @@ const loadedImage = plsLoadImage(images_logos, imagePath)
- {logoAltText} + {logoAltText}

{title}

@@ -70,6 +70,9 @@ const loadedImage = plsLoadImage(images_logos, imagePath) opacity: 90%; z-index: 100; position: absolute; + border-style: solid; + border-width: 10px; + border-color: var(--c-darkgray); } article:hover h2 {