From d81b830bf57a793f83ee9363c5c51c2ca3d0a43c Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Mon, 14 Oct 2024 14:44:54 +0200 Subject: [PATCH] feat: change CSS git color --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index f4ae2fa..64f3c24 100644 --- a/style.css +++ b/style.css @@ -14,7 +14,7 @@ background-color: #0a0a0a; } .link-git { - background-color: #333; + background-color: #ff6600; } .link-gitlab { background-color: #554488;