mirror of
https://github.com/its-michaelroy/Simple_Portfolio.git
synced 2026-06-03 23:00:43 +00:00
Resolved contrast for buttons and text within dark mode context
This commit is contained in:
12
index.html
12
index.html
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user