Skip to content

Commit a6f4e95

Browse files
committed
Increase attrtable border (CSS)
1 parent 2764a85 commit a6f4e95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_static/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ main .py-attribute-table-column>ul {
404404
margin: 0;
405405
padding: 2px 0;
406406
padding-left: 0.2em;
407-
border-left: 1px solid var(--color-links--dark);
407+
border-left: 2px solid var(--color-links--dark);
408408
display: flex;
409409
line-height: 1.2em;
410410
}
@@ -419,7 +419,7 @@ main .py-attribute-table-column>ul {
419419
}
420420

421421
.py-attribute-table-entry:hover {
422-
border-left: 1px solid var(--color-accent--dark);
422+
border-left: 2px solid var(--color-accent--dark);
423423
text-decoration: none;
424424
}
425425

0 commit comments

Comments
 (0)