mirror of
https://github.com/whitechi73/OpenShamrock.git
synced 2024-08-14 13:12:17 +08:00
30 lines
493 B
SCSS
30 lines
493 B
SCSS
:root,
|
|
.vp-sidebar,
|
|
.vp-footer-wrapper {
|
|
background: transparent !important;
|
|
}
|
|
|
|
.vp-navbar {
|
|
background: transparent !important;
|
|
backdrop-filter: blur(8px) !important;
|
|
}
|
|
|
|
.vp-feature-item {
|
|
backdrop-filter: blur(16px) !important;
|
|
}
|
|
|
|
div[class*='language-'],
|
|
.hint-container {
|
|
background: transparent !important;
|
|
backdrop-filter: blur(16px) !important;
|
|
}
|
|
|
|
.highlight-line {
|
|
opacity: 0.5;
|
|
}
|
|
|
|
.search-pro-button {
|
|
background: transparent !important;
|
|
border: unset !important;
|
|
}
|