aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoro5pxels <o5pxels@gmail.com>2021-04-24 12:35:06 -0500
committero5pxels <o5pxels@gmail.com>2021-04-24 12:35:06 -0500
commitb75eac576ea6b79df281327ed3e8461ad9aa38dc (patch)
treed314e233ff754d7aae5796706f583ad274322e30
parenta75ec5cfc8b82cd79c98189f546607af7ae1dbf5 (diff)
downloadpersonal-website-b75eac576ea6b79df281327ed3e8461ad9aa38dc.tar.xz
personal-website-b75eac576ea6b79df281327ed3e8461ad9aa38dc.zip
Add new website, update link hover in dark mode
-rw-r--r--about.html1
-rw-r--r--assets/css/main.css3
2 files changed, 4 insertions, 0 deletions
diff --git a/about.html b/about.html
index 8c1d6f9..0580786 100644
--- a/about.html
+++ b/about.html
@@ -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;
+ }
}