base64 decode, announcement pill

This commit is contained in:
taskylizard 2023-11-05 21:16:17 +05:30
parent 34c1f13d8b
commit b80e26444d
No known key found for this signature in database
GPG key ID: 5CABA3D642DDC497
10 changed files with 159 additions and 17 deletions

View file

@ -93,6 +93,20 @@
background-color: var(--vp-button-brand-bg);
}
.VPFooter a {
text-decoration-line: underline;
text-decoration-style: dashed;
text-underline-offset: 5px;
transition: 0.3s;
}
.VPFooter a:hover {
color: var(--vp-c-text-1);
text-decoration-line: underline;
text-decoration-style: dashed;
text-underline-offset: 5px;
}
/* Custom scrollbar */
.VPSidebar::-webkit-scrollbar {
block-size: 4px;
@ -123,3 +137,9 @@
--vp-home-hero-image-filter: blur(68px);
}
}
.base64 {
min-width: 100%;
width: 0px;
white-space: pre-wrap;
}