From 95cc35f6d172c9b0aa3d73136b7bad6a6e4c0e84 Mon Sep 17 00:00:00 2001 From: Jiangyuan Li Date: Fri, 22 Nov 2024 22:22:06 -0500 Subject: [PATCH] Updated Nov 22 2024 --- index.html | 4 ++-- static/css/index.css | 8 ++++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 097d1f9..61fe1bc 100755 --- a/index.html +++ b/index.html @@ -297,11 +297,11 @@
-
+
Website owner is gonna be away for a while.
Some elements may be outdated.
-
+
Just renewed for another year!
I just renewed the domain name jerryly.top for one more year. diff --git a/static/css/index.css b/static/css/index.css index 3389e18..f74c381 100755 --- a/static/css/index.css +++ b/static/css/index.css @@ -1015,7 +1015,7 @@ margin-left: 10px; } -.n-marquee:hover { +.n-marquee:focus-within { width: fit-content; padding-left: 15px; padding-right: 15px; @@ -1035,7 +1035,7 @@ margin-bottom: 18px; } -.n-marquee:hover i { +.n-marquee:focus-within i { margin-left: unset; margin-top: unset; margin-bottom: unset; @@ -1160,4 +1160,8 @@ background-image: url(../img/Nov\ 20\ 2024\ 2.webp); background-size: cover; background-repeat: no-repeat; +} + +#canvas-10 > div{ + color: white !important; } \ No newline at end of file