Wishlist/resources/css/app.css

19 lines
306 B
CSS

.link-no-decor {
color: white!important;
text-decoration: none!important;
cursor: pointer!important;
}
.link-no-decor:hover {
color: #093160!important;
}
.cursor-pointer {
cursor: pointer!important;
}
.card-bg {
background-color: #212022!important;
color: white!important;
}