Skip to content

Commit

Permalink
fix contrast on ordered list and fix unordered marker layout (#23557)
Browse files Browse the repository at this point in the history
  • Loading branch information
micahgodbolt authored Jun 16, 2022
1 parent c38b5bd commit fa36bc1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .storybook/docs-root.css
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,11 @@
position: absolute;
content: '•';
color: #8d8d8d;
font-size: 16px;
line-height: 6px;
top: calc(50% - 3px);
left: -25px;
top: 0;
left: -15px;
}

#docs-root .sbdocs-ol .sbdocs-li {
#docs-root .sbdocs-ol .sbdocs-li::marker {
color: #8d8d8d;
}

Expand Down

0 comments on commit fa36bc1

Please sign in to comment.