diff --git a/frontend.html b/frontend.html index 3aaf414..71de713 100644 --- a/frontend.html +++ b/frontend.html @@ -25,6 +25,7 @@ padding: 20px; user-select: none; transition: color 0.2s; + text-decoration: none; } .chevron:hover { color: rgba(255, 255, 255, 0.9); } .chevron.left { left: 10px; } @@ -33,23 +34,30 @@