diff --git a/mfa/templates/TOTP/Add.html b/mfa/templates/TOTP/Add.html
index a7aebaa..af25216 100644
--- a/mfa/templates/TOTP/Add.html
+++ b/mfa/templates/TOTP/Add.html
@@ -7,10 +7,21 @@
border: 1px solid #ccc;
border-radius: 3px;
padding: 15px;
-}
+ }
.row{
margin: 0px;
}
+ .toolbtn {
+ border-radius: 7px;
+ }
+ .toolbtn:hover {
+ background-color: gray;
+ transition: 0.2s;
+ }
+ .toolbtn:active {
+ background-color: green;
+ transition: 0.2s;
+ }