diff --git a/src/components/contact.svelte b/src/components/contact.svelte index 722525c..00d0dc2 100644 --- a/src/components/contact.svelte +++ b/src/components/contact.svelte @@ -31,17 +31,6 @@ .dark .address { color: rgba(191, 191, 191, 0.835); } - .contact > a { - color: #202020; - font-size: 36px; - font-weight: 500; - margin: 20px 0; - display: block; - font-size: max(min(36px, 4vw), 23px); - } - .dark.contact > a { - color: rgb(191, 191, 191); - } .profiles { display: flex; justify-content: center; diff --git a/src/components/technologyDetails.svelte b/src/components/technologyDetails.svelte index 02125de..3773f21 100644 --- a/src/components/technologyDetails.svelte +++ b/src/components/technologyDetails.svelte @@ -138,9 +138,6 @@ cursor: pointer; background: rgba(255,255,255,0.1); } - .dark .dialog { - background: rgba(0,0,0,0.1); - } h2 { margin-top: 0; margin-block-start: 0;