From cd60c6f0b2a0b71cd9c6680e8dd2d416f38fde95 Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Fri, 11 Oct 2024 15:27:46 +0200 Subject: [PATCH] feat(css): use forgejo color --- result | 1 + style.css | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 120000 result diff --git a/result b/result new file mode 120000 index 0000000..660660c --- /dev/null +++ b/result @@ -0,0 +1 @@ +/nix/store/rm02pqyyl9m56mnbssg1yilvsw683g6b-dgnum-landing \ No newline at end of file diff --git a/style.css b/style.css index f4ae2fa..0dcf09b 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;