diff --git a/src/styles/Hero.css b/src/styles/Hero.css index 4619da88..53fb1a86 100644 --- a/src/styles/Hero.css +++ b/src/styles/Hero.css @@ -126,6 +126,7 @@ .discord-button p { margin: 0; padding: 0; + color: #fff; } .discord-icon { @@ -168,4 +169,4 @@ max-width: 100%; height: auto; margin: 0; -} \ No newline at end of file +} diff --git a/src/styles/index.css b/src/styles/index.css index 1ab78891..ac925ca2 100644 --- a/src/styles/index.css +++ b/src/styles/index.css @@ -3,7 +3,7 @@ line-height: 1.5; font-weight: 400; - color-scheme: light dark; + /* color-scheme: light dark; */ color: rgba(255, 255, 255, 0.87); background-color: #071b44;