Skip to content

Commit

Permalink
Update privacy_policy.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemmtt authored Jul 7, 2024
1 parent 3eb8f84 commit 2cc5f3c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions privacy_policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@
color: black;
transition: background-color 0.3s, color 0.3s;
}

h1, h2, h3, h4, h5, h6 {
color: inherit;
}
@media (prefers-color-scheme: dark) {
body {
background-color: #121212; /* Dark background color */
color: #e0e0e0; /* Light text color */
color: #cfcfcf; /* Light gray text color for body text */
}
h1 {
color: #ffffff; /* Brighter color for headings */
}
a {
color: #bb86fc; /* Light purple link color for better visibility */
}
img {
/* Optional: Only if you have images that don't look good in dark mode */
/* filter: brightness(0.8) contrast(1.2); */
}
}

:root {
color-scheme: light dark;
}
Expand Down

0 comments on commit 2cc5f3c

Please sign in to comment.