diff options
-rw-r--r-- | about.html | 1 | ||||
-rw-r--r-- | assets/css/main.css | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -118,6 +118,7 @@ <li><a href="https://www.youtube.com/watch?v=_jHmjs2270A">youtube.com/watch?v=_jHmjs2270A</a> - A lesson on looking by Amy Herman</li>
<li><a href="https://google-webfonts-helper.herokuapp.com/">google-webfonts-helper.herokuapp.com/</a> - A Hassle-Free Way to Self-Host Google Fonts (how this website hosts Google fonts)</li>
<li><a href="https://jspaint.app/">JS Paint</a> - OSS JavaScript Microsoft Paint</li>
+ <li><a href="https://www.decisionproblem.com/paperclips">Universal Paperclips</a> - An AI clicker game for paperclips</li>
</ul>
</section>
</body>
diff --git a/assets/css/main.css b/assets/css/main.css index c509a7d..c10548e 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -210,4 +210,7 @@ section h1 { a { color: #0074d9; } + a:hover { + color: white; + } } |