From b75eac576ea6b79df281327ed3e8461ad9aa38dc Mon Sep 17 00:00:00 2001 From: o5pxels Date: Sat, 24 Apr 2021 12:35:06 -0500 Subject: Add new website, update link hover in dark mode --- about.html | 1 + assets/css/main.css | 3 +++ 2 files changed, 4 insertions(+) diff --git a/about.html b/about.html index 8c1d6f9..0580786 100644 --- a/about.html +++ b/about.html @@ -118,6 +118,7 @@
  • youtube.com/watch?v=_jHmjs2270A - A lesson on looking by Amy Herman
  • google-webfonts-helper.herokuapp.com/ - A Hassle-Free Way to Self-Host Google Fonts (how this website hosts Google fonts)
  • JS Paint - OSS JavaScript Microsoft Paint
  • +
  • Universal Paperclips - An AI clicker game for paperclips
  • 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; + } } -- cgit v1.2.3