diff --git a/plus/index.html b/plus/index.html index f2b9799b..2328f7fd 100644 --- a/plus/index.html +++ b/plus/index.html @@ -92,13 +92,14 @@ } .product .name:hover { - color: #2874f0; + color: #97b3e0; } .product .price { color: #2874f0; font-size: 16px; font-weight: bold; + transition: color 0.3s ease-in-out; }