diff --git a/src/style.css b/src/style.css index 8f883f7a1770637a7656a8d25b6129d3bb87f832..7fdb335d67ab71bf79b3df09287e0db17c3fad64 100644 --- a/src/style.css +++ b/src/style.css @@ -408,7 +408,7 @@ a.link { transition: border-color 0.3s ease, color 0.3s ease; } -.btn:hover { +a.link:hover { cursor: pointer; color: #fff; }