From b8a9cd3ad7f52cb2713e4e05efe4813ed31c3372 Mon Sep 17 00:00:00 2001 From: izzy2lost Date: Sat, 6 Dec 2025 23:23:22 -0500 Subject: [PATCH] made more rounded github buttons --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index bcff40d..0cc5d55 100644 --- a/style.css +++ b/style.css @@ -316,7 +316,7 @@ body { /* GitHub Logo Button */ .btn-badge.github-logo { border: 1px solid rgba(255, 255, 255, 0.3); - border-radius: 8px; + border-radius: 20px; padding: 12px 20px; background: rgba(0, 0, 0, 0.2); }