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

9 lines
155 B
CSS
Raw Normal View History

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