Fix outline marker not being very visible
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 50s

This commit is contained in:
thepaperpilot 2024-06-18 19:21:38 -05:00
parent 27c6c23dfc
commit 66f0b98e20

View file

@ -361,6 +361,10 @@ a.title {
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
}
.outline-marker {
left: 16px !important;
}
.VPLocalNavOutlineDropdown {
padding: 0 !important;
margin-top: 10px;