Skip to content

Commit

Permalink
Add dark theme
Browse files Browse the repository at this point in the history
Closes #145
  • Loading branch information
benbusby committed Dec 20, 2023
1 parent 284710c commit 85510ed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.eex
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,15 @@
ul {
margin: 10px;
}
@media (prefers-color-scheme: dark) {
html {
color: #fff;
background: #121517;
}
a:link, a:visited {
color: #AA8AC1;
}
}
</style>
</head>
<body>
Expand Down

0 comments on commit 85510ed

Please sign in to comment.