diff --git a/css/style.css b/css/style.css index 56c9b82..36a8093 100644 --- a/css/style.css +++ b/css/style.css @@ -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; } diff --git a/css/style.scss b/css/style.scss index a155be7..2c2879a 100644 --- a/css/style.scss +++ b/css/style.scss @@ -54,6 +54,10 @@ body.dark-mode { } } + #contact { + color: #ddd !important; + } + footer { color: #ddd !important; }