diff --git a/LichessWebView/templates/index.html b/LichessWebView/templates/index.html index 32400cb..30032f1 100644 --- a/LichessWebView/templates/index.html +++ b/LichessWebView/templates/index.html @@ -226,6 +226,17 @@ font-size: 14px; margin: 5px 0; } + + .gamer-link { + color: #667eea !important; + text-decoration: none !important; + transition: color 0.3s; + } + + .gamer-link:hover { + color: #5568d3 !important; + text-decoration: underline !important; + }
@@ -379,7 +390,7 @@ ${gamers.map(gamer => `