Skip to content

Commit

Permalink
make bm/index.html dark-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
philoskim committed Sep 20, 2024
1 parent 2f538d8 commit a93af4e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<title>Home</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="main.css">
<style>
body {background-color: black; color: white}
a:link {color: white}
a:visited {color: orange}
</style>
</head>

<body>
Expand Down

0 comments on commit a93af4e

Please sign in to comment.