diff --git a/src/components/IconsTech.astro b/src/components/IconsTech.astro index 7bc6685..b1f1264 100644 --- a/src/components/IconsTech.astro +++ b/src/components/IconsTech.astro @@ -40,7 +40,7 @@
- + @@ -55,7 +55,7 @@ fill="#0083BE"> - + diff --git a/src/styles/global.css b/src/styles/global.css index c6ea758..85bf17e 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -140,6 +140,7 @@ article { --card-background-color: var(--background-color); } + a[role="button"], button { --box-shadow: .25rem .25rem 0.5rem var(--neumorph-shadow-darker), -.25rem -.25rem 0.5rem var(--neumorph-shadow-lighter); @@ -182,4 +183,9 @@ code { code { font-family: 'Fira Code VF', monospace; } +} + +article a, +details a { + text-decoration: underline; } \ No newline at end of file