diff options
| author | Jacob McDonnell <jacob@simplelittledream.com> | 2022-04-09 22:39:03 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@simplelittledream.com> | 2022-04-09 22:39:03 -0400 |
| commit | 0e337815a280771cfd51fad1318baf88cd865b20 (patch) | |
| tree | b85df3a67ff3b0763b23c5db651e09a25a831a6b /index.html | |
| parent | 4eb7b2f7faeaa41755d784f49f2fd73cb2d7b87f (diff) | |
made light colors default without media query
Diffstat (limited to 'index.html')
| -rwxr-xr-x | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ </ul> <div class="main"> <h2><a>Projects</a></h2> - <p><a href="https://github.com/JacobMcDonnell/jed">jed</a> is my own version of jed, currently written in java.</p> + <p><a href="https://github.com/JacobMcDonnell/jed">jed</a> is my own version of ed, currently written in java.</p> <p><a href="https://github.com/JacobMcDonnell/ticalcprograms">ticalcprograms</a> are a set of small programs written in C for the TI-84 Plus CE graphing calculator.</p> <p><a href="https://github.com/JacobMcDonnell/TextEditor">TextEditor</a> is a simple text editor that I wrote because I didn't like the macOS TextEdit app.</p> |
