mirror of
https://github.com/centau/vide.git
synced 2026-08-20 23:01:37 +00:00
25 lines
No EOL
394 B
CSS
25 lines
No EOL
394 B
CSS
.home > * > .VPNavBar:not(.top) {
|
|
backdrop-filter: blur(0.5rem);
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.home > * > .VPNavBar > .divider {
|
|
opacity: 0;
|
|
}
|
|
|
|
.home > .VPContent {
|
|
display: flex;
|
|
justify-content: center;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.VPHome {
|
|
margin-top: auto !important;
|
|
margin-bottom: auto !important;
|
|
}
|
|
|
|
.VPBadge a {
|
|
text-decoration: none;
|
|
color: inherit
|
|
}
|
|
|