diff options
author | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-15 18:55:05 -0600 |
---|---|---|
committer | TinWoodman92 <chrhodgden@gmail.com> | 2023-12-15 18:55:05 -0600 |
commit | 6ffde20364ce3b56c0f4bacdc440a646a8af4cc0 (patch) | |
tree | 5dcb426305ebd2d294fab50b24dc6656486cbbd1 /about.html | |
parent | cdaf4b1fd9b2213669b0d8bf06207efefedb6f17 (diff) |
added dark mode toggle
Diffstat (limited to 'about.html')
-rw-r--r-- | about.html | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ <body> + <div class="dark-mode-container"> + <input type="checkbox" id="--dark-theme-check">Dark Mode</input> + </div> + <h1>About Me</h1> <p> |