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 +}