chore: set cursor to default for buttons

This commit is contained in:
Rudra Saraswat 2023-06-24 22:24:57 +10:00
parent 7a029d1595
commit 811971ce26

View file

@ -61,6 +61,7 @@
} }
button:hover { button:hover {
cursor: default;
background-color: #3271be; background-color: #3271be;
} }
</style> </style>