Skip to content

Commit c725a39

Browse files
authored
Change popover link border color to var(--slate)
1 parent 692a9ef commit c725a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/custom.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ code {
461461

462462
.popover-item:first-child .popover-link:after {
463463
border-color: rgba(255, 255, 255, 0);
464-
border-bottom-color: #fff;
464+
border-bottom-color: var(--slate);
465465
border-width: 10px;
466466
margin-left: -10px; }
467467

0 commit comments

Comments
 (0)