Skip to content

Commit

Permalink
Merge pull request #647 from episphere/revert-639-i944-address-format…
Browse files Browse the repository at this point in the history
…ting-issue

Revert "[#944] Remove dark mode"
  • Loading branch information
jhflorey authored Apr 24, 2024
2 parents 29be4bb + 53955f4 commit f399716
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions newsletter/anniversary.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,34 @@
text-align: center;
}

/* Custom Dark Mode Colors */
:root {
color-scheme: light dark;
supported-color-schemes: light dark;
}
/* Custom Dark Mode Colors */

@media (prefers-color-scheme: dark) {
.darkmode-bg {
background: #2d2d2d!important;
color: #ffffff!important;
}
p {
color: #ffffff!important;
margin: 0;
}
#dark-btn {
background-color: #FFBF17!important;
color: #000000!important;
}
.darkmode-transparent {
background-color: transparent!important;
}
.dark-hyperlink {
color: #2A72A5!important;
font-weight: bold;
}
}
</style>
</head>
<body style="margin:0;background-color:#cccccc;">
Expand Down

0 comments on commit f399716

Please sign in to comment.