Skip to content

Commit

Permalink
Increase attrtable border (CSS)
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Sep 20, 2024
1 parent 2764a85 commit a6f4e95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@ main .py-attribute-table-column>ul {
margin: 0;
padding: 2px 0;
padding-left: 0.2em;
border-left: 1px solid var(--color-links--dark);
border-left: 2px solid var(--color-links--dark);
display: flex;
line-height: 1.2em;
}
Expand All @@ -419,7 +419,7 @@ main .py-attribute-table-column>ul {
}

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

Expand Down

0 comments on commit a6f4e95

Please sign in to comment.