profectus-docs/.vitepress/theme/custom.css

8 lines
155 B
CSS

/* Hide Github button that goes to profectus-docs */
.nav-links > .item:last-child {
display: none;
}
.custom-block.info {
background-color: #3B4252;
}