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
|
@ -42,6 +42,9 @@ body.dark-mode .works-card .text-container a {
|
|||
background: rgba(255, 255, 255, 0.1) !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
body.dark-mode #contact {
|
||||
color: #ddd !important;
|
||||
}
|
||||
body.dark-mode footer {
|
||||
color: #ddd !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue