change color gradido button

This commit is contained in:
ogerly 2022-05-02 17:25:09 +02:00
parent 357c03abad
commit 0c4f4ce2c1

View File

@ -26,12 +26,17 @@ html, body {
background-position: 0% 0%;
background-repeat: repeat;
border-style: none;
box-shadow: 10px 10px 50px 10px rgba(56, 56, 56, 0.31);
}
.btn-gradido:hover {
color: #212529;
}
.btn-gradido:focus {
outline: none;
}
.btn-outline-gradido {
color: rgb(248,161,27);
border: 1px solid #F5B805;