first commit
This commit is contained in:
24
xterminal/docs/.vitepress/theme/assets/styles.css
Normal file
24
xterminal/docs/.vitepress/theme/assets/styles.css
Normal file
@@ -0,0 +1,24 @@
|
||||
:root {
|
||||
--vp-c-brand-1: var(--vp-c-green-1);
|
||||
--vp-c-brand-2: var(--vp-c-green-2);
|
||||
--vp-button-brand-bg: var(--vp-c-brand-2);
|
||||
--vp-home-hero-image-background-image: linear-gradient(180deg, var(--vp-home-hero-name-color) 50%,#272b33 50%);
|
||||
--vp-home-hero-image-filter: blur(40px);
|
||||
}
|
||||
|
||||
.VPImage {
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.VPImage.image-src {
|
||||
width: min(25vw, 200px);
|
||||
height: min(25vw, 200px);
|
||||
}
|
||||
|
||||
.image-src {
|
||||
border-radius: 20px;
|
||||
}
|
||||
|
||||
.dark .vp-doc .custom-block a {
|
||||
transition: color 0.25s;
|
||||
}
|
||||
Reference in New Issue
Block a user