fix contact method contrast in dark mode

Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
Naman Sood 2024-05-16 16:41:24 -04:00
parent cbd8f73fa2
commit 6c9b6a44de
2 changed files with 2 additions and 2 deletions

View file

@ -187,7 +187,7 @@ body.blue-mode {
width: max-content; width: max-content;
opacity: 0; opacity: 0;
transition: all 0.2s ease; transition: all 0.2s ease;
color: #333; color: var(--iconColor);
font-size: 0.85rem; font-size: 0.85rem;
} }
.main .contact-methods a.contact-method:hover p { .main .contact-methods a.contact-method:hover p {

View file

@ -206,7 +206,7 @@ body {
width: max-content; width: max-content;
opacity: 0; opacity: 0;
transition: all 0.2s ease; transition: all 0.2s ease;
color: #333; color: var(--iconColor);
font-size: 0.85rem; font-size: 0.85rem;
} }