1
0
Files
frost-zx.github.io/docs/.vitepress/theme/style/custom.less

20 lines
323 B
Plaintext

:root {
--vp-c-indigo-1: #1E88E5;
--vp-c-indigo-2: #2196F3;
--vp-c-indigo-3: #42A5F5;
--vp-c-indigo-soft: rgb(66, 165, 245, 0.14);
}
.custom__divider {
border: none;
height: 1px;
width: 100%;
background-color: var(--vp-c-divider);
margin: 0.5em 0;
}
.vp-doc h2 {
padding-top: 0;
border-top: none;
}