diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 487130ca..73f7e37b 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -18,6 +18,7 @@ --ifm-table-background: #cbccd1; --ifm-table-head-background: #d5d6db; --ifm-pre-background: #fff; + --text-primary-lightness: 0%; --white: rgb(248, 239, 239); --dark: #05010d; --gray-color: rgb(208, 211, 211); @@ -41,6 +42,7 @@ html[data-theme='dark'] { --ifm-footer-background-color: var(--dark); --ifm-table-background: var(--dark); --ifm-table-head-background: var(--dark); + --text-primary-lightness: 100%; background: #05010d; } @@ -167,6 +169,11 @@ html[data-theme='dark'] .docusaurus-highlight-code-line { background: -webkit-linear-gradient(-70deg, #5b26bb, #1830d3); } +.download--btn:hover, +.explore--docs--link:hover, +.submit-newsletter-btn:hover{ + color: hsl(0, 0%, var(--text-primary-lightness)); +} .download--btn::before { content: ''; position: absolute; @@ -385,6 +392,7 @@ label[for='email-input-field'] { } #email-input-field { + color: hsl(0, 0%, var(--text-primary-lightness)); background-color: transparent; border: none; border-radius: 0; @@ -554,7 +562,7 @@ label[for='email-input-field'] { text-decoration: none !important; text-align: left; margin-left: 1rem; - color: initial; + color: hsl(0, 0%, var(--text-primary-lightness)); } .supports-contributor-name { font-size: 1.2rem; diff --git a/docs/src/pages/support.jsx b/docs/src/pages/support.jsx index 31688f68..2e4a3f0d 100644 --- a/docs/src/pages/support.jsx +++ b/docs/src/pages/support.jsx @@ -29,21 +29,24 @@ const Support = () => {