From cd630f0372542b8c6366826c31253e355cb088a3 Mon Sep 17 00:00:00 2001 From: neru Date: Sun, 31 May 2026 11:38:37 -0300 Subject: [PATCH] fix: make discord button an actual button and not --- src/app/page.css | 17 +++++++++++++++++ src/app/page.tsx | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/src/app/page.css b/src/app/page.css index ef91a98..5c6185a 100644 --- a/src/app/page.css +++ b/src/app/page.css @@ -156,6 +156,23 @@ h1 { border-bottom: 1px dashed var(--pink-accent); } +.social-links button { + background: none; + border: none; + font-family: inherit; + font-size: 0.8rem; + color: var(--text-main); + padding: 2px 6px; + margin: 0 6px; + border-bottom: 1px dashed transparent; + transition: all 0.3s ease; +} + +.social-links button:hover { + color: var(--pink-accent); + border-bottom: 1px dashed var(--pink-accent); +} + .title { font-size: 0.95rem; font-style: italic; diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b84bbf..8d49622 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -24,7 +24,7 @@ function Content() {