Files
biblio/assets/styles/app.scss

13 lines
174 B
SCSS

@import "~bootstrap";
body {
//background-color: lightblue !important;
}
.cursor-pointer {
cursor: pointer;
}
.book-search-item:hover {
background-color: $light;
}