Added yellow background class with hover effect

This commit is contained in:
Andreas Kurm 2020-02-09 17:43:13 +01:00
parent dc8d01dd89
commit e4fb75eef9

View File

@ -39,3 +39,11 @@ footer{
.navbar-toggler-icon{
background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")!important;
}
.bg-yellow{
background-color: #ffb400;
}
.btn-on-com-card:hover{
background-color: hsl(42, 100%, 45%);
}