mirror of
https://github.com/ZiuChen/ZiuChen.github.io.git
synced 2025-08-18 07:29:33 +08:00
27 lines
380 B
CSS
27 lines
380 B
CSS
/* Medium Zoom */
|
|
|
|
.medium-zoom-overlay {
|
|
z-index: 20;
|
|
}
|
|
|
|
.medium-zoom-image {
|
|
z-index: 21;
|
|
}
|
|
|
|
/* SideBar scrollbar */
|
|
.VPSidebar::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|
|
@media (min-width: 640px) {
|
|
:root {
|
|
--vp-home-hero-image-filter: blur(56px);
|
|
}
|
|
}
|
|
|
|
@media (min-width: 960px) {
|
|
:root {
|
|
--vp-home-hero-image-filter: blur(72px);
|
|
}
|
|
}
|