Commit 0454a345 authored by Joseph Izon's avatar Joseph Izon 💀

update the button css

parent d24a78f0
......@@ -42,4 +42,32 @@ a:visited {
a:hover {
color: #73436D;
}
.button {
background-color: #F53667;
border: none;
color: white;
padding: 12px;
text-align: center;
text-decoration: none;
display: inline-block;
transition-duration: 0.4s;
cursor: pointer;
margin-bottom: 10px;
}
.button:hover {
background-color: #592F92;
}
.buttonSave:hover {
background-color: darkolivegreen;
}
.buttonExit:hover {
background-color: darkred;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment