Wishlist/resources/css/app.css
2025-01-13 17:10:26 +08:00

37 lines
480 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;
}
a:link {
color: aqua;
}
a:visited {
color: darkorange;
}
a:active {
color: crimson;
}
.feedback {
position: absolute;
right: 0;
bottom: 0;
}