diff --git a/public/css/landing.css b/public/css/landing.css index d1c03c63..44e647d9 100755 --- a/public/css/landing.css +++ b/public/css/landing.css @@ -588,7 +588,6 @@ h6, p { margin-top: 0; margin-bottom: 24px; - color: gainsboro; } dfn, @@ -2425,6 +2424,10 @@ textarea.form-input { } } +.hero-content p { + color: gainsboro; +} + .hero-inner > .hero-content + .hero-figure, .hero-inner > .hero-figure + .hero-content { margin-top: 48px; diff --git a/public/js/translate.js b/public/js/translate.js index e091fb9f..c5efdf68 100644 --- a/public/js/translate.js +++ b/public/js/translate.js @@ -51,4 +51,4 @@ function googleTranslateElementInit() { } catch (error) { console.error('Failed to load Google Translate script:', error); } -})(); \ No newline at end of file +})();