diff --git a/css/style.css b/css/style.css index 07cc7af..ebd602c 100644 --- a/css/style.css +++ b/css/style.css @@ -187,7 +187,7 @@ body.blue-mode { width: max-content; opacity: 0; transition: all 0.2s ease; - color: #333; + color: var(--iconColor); font-size: 0.85rem; } .main .contact-methods a.contact-method:hover p { diff --git a/css/style.scss b/css/style.scss index dc85beb..f28e167 100644 --- a/css/style.scss +++ b/css/style.scss @@ -206,7 +206,7 @@ body { width: max-content; opacity: 0; transition: all 0.2s ease; - color: #333; + color: var(--iconColor); font-size: 0.85rem; }