fix contact method contrast in dark mode
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
cbd8f73fa2
commit
6c9b6a44de
2 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
|
@ -206,7 +206,7 @@ body {
|
|||
width: max-content;
|
||||
opacity: 0;
|
||||
transition: all 0.2s ease;
|
||||
color: #333;
|
||||
color: var(--iconColor);
|
||||
font-size: 0.85rem;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue