Files
echoscoop/resources/css/app-front.css
2023-10-05 00:29:23 +08:00

43 lines
662 B
CSS

.nav-scroller {
position: relative;
z-index: 2;
overflow-y: hidden;
}
.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.hover-text-decoration-underline:hover {
text-decoration: underline !important;
}
/* lqip start */
img {
transition: opacity 0.5s ease;
}
img.lqip-blur {
opacity: 1; /* or any value less than 1 to make it slightly transparent */
}
img.lqip-blur {
filter: blur(20px);
-webkit-filter: blur(20px);
}
/* lqip end */
a.link-body-emphasis {
text-decoration: none;
&:hover {
text-decoration: none;
}
}