From 86841c360c160c74cc6bb5546bcae07635f21481 Mon Sep 17 00:00:00 2001 From: Vitthal Popat Gund <97181033+VitthalGund@users.noreply.github.com> Date: Mon, 9 Oct 2023 00:21:35 +0530 Subject: [PATCH] Update nerd-font-tweaks.scss color typo fixed in GitHub Icon --- _includes/css/nerd-font-tweaks.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/css/nerd-font-tweaks.scss b/_includes/css/nerd-font-tweaks.scss index 807f2cf11..1e2bea3f7 100644 --- a/_includes/css/nerd-font-tweaks.scss +++ b/_includes/css/nerd-font-tweaks.scss @@ -541,7 +541,7 @@ a.nerd-font-button:before { #github { text-decoration: none; - color: #ffffff; + color: #000000; background-color: #ffffff; width: 60px; height: 60px;