Fix outline marker not being very visible
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 50s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 50s
This commit is contained in:
parent
27c6c23dfc
commit
66f0b98e20
1 changed files with 4 additions and 0 deletions
|
@ -361,6 +361,10 @@ a.title {
|
||||||
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
|
box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.outline-marker {
|
||||||
|
left: 16px !important;
|
||||||
|
}
|
||||||
|
|
||||||
.VPLocalNavOutlineDropdown {
|
.VPLocalNavOutlineDropdown {
|
||||||
padding: 0 !important;
|
padding: 0 !important;
|
||||||
margin-top: 10px;
|
margin-top: 10px;
|
||||||
|
|
Loading…
Reference in a new issue