diff --git a/web/src/components/things/ServiceCard.astro b/web/src/components/things/ServiceCard.astro index 335a854..d2c84d6 100644 --- a/web/src/components/things/ServiceCard.astro +++ b/web/src/components/things/ServiceCard.astro @@ -135,6 +135,8 @@ const { gap: 0.5rem; img { border-radius: var(--curve-sm); + font-size: 0.6rem; + color: var(--accent); } :global(p) { display: -webkit-box; @@ -157,7 +159,7 @@ const { display: inline-flex; align-items: center; gap: 0.25rem; - opacity: 0.7; + opacity: 0.85; text-decoration: none; max-width: 50%; min-width: 25%; @@ -166,7 +168,7 @@ const { } &:hover { text-decoration: underline; - opacity: 0.8; + opacity: 1; } :global(svg) { width: 1rem; diff --git a/web/src/layouts/Layout.astro b/web/src/layouts/Layout.astro index f79de61..e7b5d1e 100644 --- a/web/src/layouts/Layout.astro +++ b/web/src/layouts/Layout.astro @@ -22,7 +22,7 @@ const { --- - +