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:
@@ -152,6 +152,7 @@ mark {
|
||||
right: 10px;
|
||||
font-size: 24px;
|
||||
cursor: pointer;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
.fa-sun {
|
||||
@@ -171,6 +172,19 @@ mark {
|
||||
color: #49bf9d;
|
||||
}
|
||||
|
||||
.dark-mode h2,
|
||||
.dark-mode h3,
|
||||
.dark-mode #learn-more-btn,
|
||||
.dark-mode input[type="submit"],
|
||||
.dark-mode p {
|
||||
color: #fff !important;
|
||||
}
|
||||
|
||||
.dark-mode #learn-more-btn:hover,
|
||||
.dark-mode input[type="submit"]:hover {
|
||||
color: #49bf9d !important;
|
||||
}
|
||||
|
||||
input::-moz-focus-inner {
|
||||
border: 0;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user