From 5c5fdf254cb53797afdec219c7aa9fe0fd119615 Mon Sep 17 00:00:00 2001 From: Kio Date: Sat, 27 Jul 2024 12:37:30 -0400 Subject: [PATCH] Update style.css --- docs/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/style.css b/docs/style.css index 71441f0..53c8ecc 100644 --- a/docs/style.css +++ b/docs/style.css @@ -29,6 +29,11 @@ body { color: white; } +#plush { + cursor: pointer; + border-bottom: 1px dashed; +} + #prompt { padding: 2vw; background: #303030 @@ -166,4 +171,4 @@ a img { 100% { transform: translateY(150vh) rotate(180deg); } -} \ No newline at end of file +}