Resolved contrast for buttons and text within dark mode context

This commit is contained in:
its-michaelroy
2024-09-05 11:48:30 -04:00
parent e58af57ab3
commit be879e3f07
2 changed files with 24 additions and 2 deletions

View File

@@ -95,7 +95,11 @@
</p>
<ul class="actions">
<li>
<button class="button learn-more" onclick="toggleParagraph()">
<button
id="learn-more-btn"
class="button learn-more"
onclick="toggleParagraph()"
>
Learn More
</button>
</li>
@@ -291,7 +295,11 @@
<div class="col-12">
<ul class="actions">
<li>
<input type="submit" value="Send Message" />
<input
id="send-message-input"
type="submit"
value="Send Message"
/>
</li>
</ul>
</div>