use consistent color for contact section in dark mode
Signed-off-by: Naman Sood <mail@nsood.in>
This commit is contained in:
parent
350809a716
commit
4c2bac02f9
2 changed files with 7 additions and 0 deletions
|
@ -54,6 +54,10 @@ body.dark-mode {
|
|||
}
|
||||
}
|
||||
|
||||
#contact {
|
||||
color: #ddd !important;
|
||||
}
|
||||
|
||||
footer {
|
||||
color: #ddd !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue