Wishlist/resources/css/app.css

10 lines
131 B
CSS
Raw Normal View History

.link-no-decor {
color: white;
text-decoration: none;
cursor: pointer;
}
.link-no-decor:hover {
color: #093160;
}