Skip to content

Commit

Permalink
Reduced contrasts
Browse files Browse the repository at this point in the history
  • Loading branch information
fabrizioschiavi committed Dec 29, 2023
1 parent 3eb9078 commit 1ed71af
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
.theme:hover:before { content: attr(data-tooltip); }

/* Color schemes */
body.light { background: white; color: black; }
.light th { background: white; }
.light .theme:before { color: black; }
body.dark { background: black; color: white; }
.dark th { background: black; }
.dark .theme:before { color: white; }
body.light { background: #eee; color: #333; }
.light th { background: #eee; }
.light .theme:before { color: #333; }
body.dark { background: #333; color: #eee; }
.dark th { background: #333; }
.dark .theme:before { color: #eee; }
</style>
<script type="text/javascript">
function getUserTheme() {
Expand Down

0 comments on commit 1ed71af

Please sign in to comment.