docs: fixed copy button hover

This commit is contained in:
Rifat Azad
2025-01-07 08:58:29 +06:00
parent 91760e22ab
commit 9e5d99d7e8

View File

@@ -59,7 +59,8 @@
} }
.btn-copy:hover { .btn-copy:hover {
background-color: #333333; background-color: rgb(238, 238, 238);
color: #000000;
} }
.navbar-toggler { .navbar-toggler {