profectus-docs/.vitepress/theme/custom.css
2022-02-28 22:08:36 -06:00

4 lines
No EOL
102 B
CSS

/* Hide Github button that goes to profectus-docs */
.nav-links > .item:last-child {
display: none;
}